LayerNormalizedLstmCellSimpleΒΆ

LSTM cell with Layer Normalization.

Abstract Signature:

LayerNormalizedLstmCellSimple(input_size: int, hidden_size: int)

PyTorch

API: β€”
Strategy: Custom / Partial

PaxML / Praxis

API: paxml.layers.LayerNormalizedLstmCellSimple
Strategy: Direct Mapping