powered by
Run ONNX model inference
onnx_run(model, inputs)
A named list of output tensors (numeric vectors with dim attributes for multi-dimensional outputs).
An onnx_model object from onnx_load().
onnx_model
onnx_load()
A named list of numeric vectors/matrices. Names must match the model's input tensor names. Use onnx_inputs() to see expected names and shapes.
onnx_inputs()