WebIDLpedia

MLLstmCellSupportLimits dictionary

Definition

Web Neural Network API defines MLLstmCellSupportLimits



dictionary MLLstmCellSupportLimits {
  MLTensorLimits input;
  MLTensorLimits weight;
  MLTensorLimits recurrentWeight;
  MLTensorLimits hiddenState;
  MLTensorLimits cellState;
  MLTensorLimits bias;
  MLTensorLimits recurrentBias;
  MLTensorLimits peepholeWeight;
  MLDataTypeLimits outputs;
};

Referring IDL interfaces/dictionaries