Welcome to our Support Center

Get input shape by name

Description

Gets the input size of the layer selected by the name given as input.

Input parameters

 

Model in : model architecture.
 name : stringlayer name.

Output parameters

 

Model out : model architecture.

input : cluster

name : string, name of layer.
index : integer, index of layer.
input_order : integer, order of entry.
 input_shape : array, size of the input.

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 HAIBAL library to run it).

Using the “Get Input Shape by name” function

1 – Define Graph

We define two graphs with an input of different size and a Dense layer. We merge the two graphs to have only one and we add a last Dense to the graph. Each Dense layer is parameterized differently.

2 – Merge Function

We use the “Merge” function to merge the two graphs.

3 – Get Function

We use the “Get Input Shape by name” function to get input size of layer named Dense2.

Table of Contents