RecorrenteLayerCell

public protocol RecurrentLayerCell: Layer
where
 
Input == RNNCellInput<TimeStepInput, State>,
 
Output == RNNCellOutput<TimeStepOutput, State>

Uma célula de camada recorrente.