WebIDLpedia

MLQuantizeDequantizeLinearSupportLimits dictionary

Definition

Web Neural Network API defines MLQuantizeDequantizeLinearSupportLimits



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

Referring IDL interfaces/dictionaries