QuantizedLstmCellΒΆ
Applies a quantized LSTM cell to inputs.
Abstract Signature:
QuantizedLstmCell(input: Tensor, hx: Tuple[Tensor, Tensor], w_ih: Tensor, w_hh: Tensor, b_ih: Tensor, b_hh: Tensor, packed_ih: Tensor, packed_hh: Tensor, col_offsets: Tensor, scale: float, zero_point: int)
JAX (Core)
API:
βStrategy: Custom / Partial
Keras
API:
βStrategy: Custom / Partial
TensorFlow
API:
βStrategy: Custom / Partial
Apple MLX
API:
βStrategy: Custom / Partial
Flax NNX
API:
βStrategy: Custom / Partial