WebIDLpedia

MLLstmCellOptions dictionary

Definition

Web Neural Network API defines MLLstmCellOptions



dictionary MLLstmCellOptions {
  MLOperand bias;
  MLOperand recurrentBias;
  MLOperand peepholeWeight;
  MLLstmWeightLayout layout = "iofg";
  sequence<MLActivation> activations;
};

Referring IDL interfaces/dictionaries