WebIDLpedia

MLArgMinMaxOptions dictionary

Definition

Web Neural Network API defines MLArgMinMaxOptions



dictionary MLArgMinMaxOptions : MLOperatorOptions {
  boolean keepDimensions = false;
  MLOperandDataType outputDataType = "int32";
};

Referring IDL interfaces/dictionaries