WebIDLpedia

MLGruCellOptions dictionary

Definition

Web Neural Network API defines MLGruCellOptions



dictionary MLGruCellOptions {
  MLOperand bias;
  MLOperand recurrentBias;
  boolean resetAfter = true;
  MLGruWeightLayout layout = "zrn";
  sequence<MLActivation> activations;
};

Referring IDL interfaces/dictionaries