WebIDLpedia

MLQuantizeDequantizeLinearSupportLimits dictionary

Definition

Web Neural Network API defines MLQuantizeDequantizeLinearSupportLimits



dictionary MLQuantizeDequantizeLinearSupportLimits {
  MLTensorLimits input;
  MLTensorLimits scale;
  MLTensorLimits zeroPoint;
  MLDataTypeLimits output;
};

Referring IDL interfaces/dictionaries