WebIDLpedia

MLConv2dSupportLimits dictionary

Definition

Web Neural Network API defines MLConv2dSupportLimits



dictionary MLConv2dSupportLimits {
  MLTensorLimits input;
  MLTensorLimits filter;
  MLTensorLimits bias;
  MLDataTypeLimits output;
};

Referring IDL interfaces/dictionaries