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