Contents

num_layers

The number of stacked long short-term memory (LSTM) layers.

Declaration

var num_layers: Int

Discussion

If you define the corresponding array descriptor’s size to 0, BNNS uses this value. BNNS throws an error if you set this value to a nonzero value that doesn’t match the corresponding array descriptor’s size.

See Also

Instance Properties