| onnx_run | R Documentation |
Run ONNX model inference
onnx_run(model, inputs)
model |
An |
inputs |
A named list of numeric vectors/matrices.
Names must match the model's input tensor names.
Use |
A named list of output tensors (numeric vectors with dim attributes for multi-dimensional outputs).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.