WebIDLpedia

MLGemmOptions dictionary

Definition

Web Neural Network API defines MLGemmOptions



dictionary MLGemmOptions : MLOperatorOptions {
  MLOperand c;
  double alpha = 1.0;
  double beta = 1.0;
  boolean aTranspose = false;
  boolean bTranspose = false;
};

Referring IDL interfaces/dictionaries