Scalar

Description

Retrieve a scalar 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.
Output Data : floatscalar 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