WebIDLpedia

MLLstmCellSupportLimits dictionary

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;
};

Referring IDL interfaces/dictionaries