Welcome to our Support Center

1D

Description

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

Input parameters

 

Β Inference inΒ :Β object,Β inference 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

 

Β Inference outΒ :Β object,Β inference session.
Β 1D Output Data : array,Β 1D 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