QuantizedLstm ============= Applies a multi-layer quantized LSTM RNN to an input sequence. **Abstract Signature:** ``QuantizedLstm(data: Tensor, batch_sizes: Tensor, hx: Tensor, params: List[Tensor], has_biases: bool, num_layers: int, dropout: float, train: bool, bidirectional: bool, dtype)`` .. raw:: html
—————