tf.LSTMCell module

tf.LSTMCell module

class tf.LSTMCell.LSTMCell(*args: Any, **kwargs: Any)

Bases: tensorflow.keras.layers.LSTMCell, modelzoo.common.layers.tf.BaseLayer.BaseLayer

call(inputs, states, training=None)