Contents

MLCLSTMResultMode.outputAndStates

A result mode that indicates the layer produces three result tensors that represent the final output of the LSTM, the last hidden state, and the cell state.

Declaration

case outputAndStates

See Also

Enumeration Cases