Welcome to our Support Center

Input

Description

Setup and add the input layer into the model during the definition graph step. Type : polymorphic.

 

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 LearningRuntime palette.
input_shape : integer array, shape (not including the batch axis).
name (optional) : string, name of the layer.

 

Output parameters

 

Model out : model architecture.

Table of Contents