Skip to content

Load ONNX Node

Purpose of the Node

The Load ONNX Node is designed to load an ONNX model from a specified path and prepare it for execution. It reads the model file, determines the input and output tensors, and initializes a session with these specifications. This node is particularly useful in scenarios involving AI/ML workflows where ONNX models are utilized.

Pins

Pin NamePin DescriptionPin TypeValue Type
StartInitiates the execution of the node.ExecutionN/A
PathProvides the path to the ONNX file.StructFlowPath
EndMarks the completion of the node’s execution.ExecutionN/A
ModelOutputs the loaded ONNX model session.StructNodeOnnxSession