Welcome to our Support Center

Bidirectional

Description

Gets the weights of the Bidirectional layer selected by the index. Type : polymorphic.

 

Input parameters

 

 Model in : model architecture.
 index : integerindex of layer.

 

Output parameters

 

 Model out : model architecture.

 weights_info : cluster

 index : integer, index of layer.
 name : string, name of layer.
 weights : cluster

layer : variant, cluster from “gru_weights” or “lstm_weights” or “simplernn_weights“.
backward_layer : variant, cluster from “gru_weights” or “lstm_weights” or “simplernn_weights“.

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).

Table of Contents