1D

Description

Retrieve a 1D output tensor (Bool, Int/UInt, Float, or String) from a list of outputs, using its index (Training Session). Type : polymorphic.

Input parameters

 

 Training in object, training session.
 index : integer, defines the position of the output within the data array. It corresponds to the index assigned to the output when it is created (via the index parameter).

 

Output parameters

 

 Training out object, training session.
 1D Output Data : array1D array of data with any type : integers (signed/unsigned), floats, doubles, booleans, or strings.​

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