Contents

lstm_flags

Flags that control the behavior of a long short-term memory (LSTM) layer.

Declaration

var lstm_flags: UInt32

Discussion

Set BNNSLayerFlagsLSTMBidirectional to enable bidirectional LSTM. Set BNNSLayerFlagsLSTMDefaultActivations to specify that the LSTM operation uses the default gate activations.

See Also

Instance Properties