WebIDLpedia

MLOperand interface

Definition

Web Neural Network API defines MLOperand



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

Methods and attributes that return objects implementing MLOperand

Referring IDL interfaces/dictionaries