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;
};
MLGemmOptions
dictionaryWeb Neural Network API defines MLGemmOptions
dictionary MLGemmOptions : MLOperatorOptions {
MLOperand c;
double alpha = 1.0;
double beta = 1.0;
boolean aTranspose = false;
boolean bTranspose = false;
};