QuantizedRnnTanhCellΒΆ
Applies a quantized RNN cell with Tanh non-linearity to inputs.
Abstract Signature:
QuantizedRnnTanhCell(input: Tensor, hx: 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