WebIDLpedia

MLScatterSupportLimits dictionary

Definition

Web Neural Network API defines MLScatterSupportLimits



dictionary MLScatterSupportLimits {
  MLTensorLimits input;
  MLTensorLimits indices;
  MLTensorLimits updates;
  MLDataTypeLimits output;
};

Referring IDL interfaces/dictionaries