WebIDLpedia

MLArgMinMaxOptions dictionary

Definition

Web Neural Network API defines MLArgMinMaxOptions



dictionary MLArgMinMaxOptions {
  sequence<[EnforceRange] unsigned long> axes;
  boolean keepDimensions = false;
  boolean selectLastIndex = false;
};

Referring IDL interfaces/dictionaries