Run ONNX Runtime inference
ort_run.RdRun ONNX Runtime inference
Arguments
- session
An ORT session from
ort_session().- inputs
Named list of input data. Each element is a numeric vector.
- shapes
List of integer vectors specifying the shape of each input. Must be in the same order as
inputs.- output_names
Character vector of output tensor names to fetch. NULL = fetch all outputs.