dragon.onnx¶
Classes¶
class BackendRep : ONNX-Dragon backend to execute repeatedly.
Functions¶
export(…) : Export the recorded graph to an onnx model.
prepare_backend(…) : Create a backend to execute repeatedly.
record(…) : Context-manger to record the graph.
run_model(…) : Execute an onnx model once.
supports_device(…) : Query if the given device is supported to execute.