DualLSTMLayer constructor

DualLSTMLayer(
  1. int hiddenSize, {
  2. int lowerTierClockCycle = 7,
})

Implementation

DualLSTMLayer(this.hiddenSize, {this.lowerTierClockCycle = 7});