WebIDLpedia

MLGemmOptions dictionary

Definition

Web Neural Network API defines MLGemmOptions



dictionary MLGemmOptions {
  MLOperand c;
  float alpha = 1.0;
  float beta = 1.0;
  boolean aTranspose = false;
  boolean bTranspose = false;
};

Referring IDL interfaces/dictionaries