Predict Output

Description

Setup and add “Output Predict” 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.
Graph in : object, ONNX model architecture.
 dtype : enum, the data type for the elements of the output tensor.
Default value “FLOAT”.

 

Output parameters

 

Graph out : object, 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