WebIDLpedia

MLOperandDescriptor dictionary

Definition

Web Neural Network API defines MLOperandDescriptor



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

Referring IDL interfaces/dictionaries