gruCell method
MLOperand
gruCell(
- MLOperand input,
- MLOperand weight,
- MLOperand recurrentWeight,
- MLGruCellOptions? options,
Implementation
MLOperand gruCell(MLOperand input, MLOperand weight,
MLOperand recurrentWeight, MLOperand hiddenState, int hiddenSize,
[MLGruCellOptions? options]) =>
js_util.callMethod(this, 'gruCell',
[input, weight, recurrentWeight, hiddenState, hiddenSize, options]);