WebIDLpedia

MLReduceOptions dictionary

Definition

Web Neural Network API defines MLReduceOptions



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

Referring IDL interfaces/dictionaries