MkldnnRnnLayerΒΆ

Applies RNN layer (MKLDNN).

Abstract Signature:

MkldnnRnnLayer(input: Tensor, weight0: Tensor, weight1: Tensor)

PyTorch

API: torch.mkldnn_rnn_layer
Strategy: Direct Mapping

JAX (Core)

API: β€”
Strategy: Custom / Partial

Keras

API: keras.layers.SimpleRNN
Strategy: Direct Mapping