Welcome to our Support Center

Input

Description

Setup and add “Input” node into the model during the definition graph step.

 

Input parameters

 

 index : integer, this parameter refers to the position of the input within the ONNX graph. When executing a model with multiple inputs, the index helps you identify which input you are targeting. It is especially useful when configuring input data, using the Input Data polymorph found in the Deep Learning → Runtime palette.

 Parameters : cluster

input_shape : array,
dynamic_shape : array,
dtype : enum,

 name (optional) : string, name of the node.

 

 

Output parameters

 

 Graph out : ONNX model architecture.

Example

All these exemples are snippets PNG, you can drop these Snippet onto the block diagram and get the depicted code added to your VI (Do not forget to install Deep Learning library to run it).
Table of Contents