WebIDLpedia

MLOperand interface

Definition

Web Neural Network API defines MLOperand



[SecureContext, Exposed=(Window, DedicatedWorker)]
interface MLOperand {
  readonly attribute MLOperandDataType dataType;
  readonly attribute FrozenArray<unsigned long> shape;
};

Methods and attributes that return objects implementing MLOperand

Referring IDL interfaces/dictionaries