WebIDLpedia

MLTensorDescriptor dictionary

Definition

Web Neural Network API defines MLTensorDescriptor



dictionary MLTensorDescriptor : MLOperandDescriptor {
  boolean readable = false;
  boolean writable = false;
};

Referring IDL interfaces/dictionaries