Definition
Web Neural Network API defines MLLstmCellSupportLimits
dictionary MLLstmCellSupportLimits {
MLSupportLimits input;
MLSupportLimits weight;
MLSupportLimits recurrentWeight;
MLSupportLimits hiddenState;
MLSupportLimits cellState;
MLSupportLimits bias;
MLSupportLimits recurrentBias;
MLSupportLimits peepholeWeight;
MLSupportLimits outputs;
};