RNNCell

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

תא רשת עצבית חוזר.