params property
QuantizationParams
get
params
Quantization Params associated with the model, only Android
Implementation
QuantizationParams get params {
final ref = tfLiteTensorQuantizationParams(_tensor);
return QuantizationParams(ref.scale, ref.zeroPoint);
}