Definition
Web Neural Network API defines MLLstmSupportLimits
dictionary MLLstmSupportLimits {
MLSupportLimits input;
MLSupportLimits weight;
MLSupportLimits recurrentWeight;
MLSupportLimits bias;
MLSupportLimits recurrentBias;
MLSupportLimits peepholeWeight;
MLSupportLimits initialHiddenState;
MLSupportLimits initialCellState;
MLSupportLimits outputs;
};