BasicRNNCell

Stay organized with collections Save and categorize content based on your preferences.
public struct BasicRNNCell<Scalar> : RecurrentLayerCell where Scalar : TensorFlowFloatingPoint

A basic RNN cell.