Definition
Web Neural Network API defines MLLstmSupportLimits
dictionary MLLstmSupportLimits {
MLTensorLimits input;
MLTensorLimits weight;
MLTensorLimits recurrentWeight;
MLTensorLimits bias;
MLTensorLimits recurrentBias;
MLTensorLimits peepholeWeight;
MLTensorLimits initialHiddenState;
MLTensorLimits initialCellState;
MLTensorLimits output0;
MLTensorLimits output1;
MLTensorLimits output2;
};