WebIDLpedia

MLOperandDescriptor dictionary

Definition

Web Neural Network API defines MLOperandDescriptor



dictionary MLOperandDescriptor {
  required MLOperandDataType dataType;
  sequence<[EnforceRange] unsigned long> dimensions = [];
};

Referring IDL interfaces/dictionaries