BNNSLayerParametersLSTM
A structure that contains the parameters of a long short-term memory (LSTM) layer.
Declaration
struct BNNSLayerParametersLSTMOverview
Use a BNNSLayerParametersLSTM structure to define the parameters of a long short-term memory (LSTM) operation.
Topics
Initializers
init(input_size:hidden_size:batch_size:num_layers:seq_len:dropout:lstm_flags:sequence_descriptor:input_descriptor:output_descriptor:input_gate:forget_gate:candidate_gate:output_gate:hidden_activation:)init()