vm.tensorrt.onnx¶
Classes¶
class BackendRep : ONNX-TensorRT backend to execute repeatedly.
Functions¶
prepare_backend(…) : Create a backend to execute repeatedly.
run_model(…) : Execute an onnx model once.
run_node(…) : Execute an onnx node once.
supports_device(…) : Query if the given device is supported to execute.