Will be deprecated in favor of TfLiteAffineQuantization. If per-layer quantization is specified this field will still be populated in addition to TfLiteAffineQuantization. Parameters for asymmetric quantization. Quantized values can be converted back to float using: real_value = scale * (quantized_value - zero_point)
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-05-10 UTC."],[],[],null,["# TfLiteQuantizationParams Struct Reference\n\nTfLiteQuantizationParams\n========================\n\n\n`#include \u003cc_api_types.h\u003e`\n\nLegacy.\n\nSummary\n-------\n\nWill be deprecated in favor of [TfLiteAffineQuantization](/edge/api/tflite/c/struct/tf-lite-affine-quantization#struct_tf_lite_affine_quantization). If per-layer quantization is specified this field will still be populated in addition to [TfLiteAffineQuantization](/edge/api/tflite/c/struct/tf-lite-affine-quantization#struct_tf_lite_affine_quantization). Parameters for asymmetric quantization. Quantized values can be converted back to float using: `real_value = scale * (quantized_value - zero_point)`\n\n| ### Public attributes ||\n|--------------------------------------------------------------------------------------|-----------|\n| [scale](#struct_tf_lite_quantization_params_1aedc85f69317ce1c27e6e88f886ea8af8) | `float` |\n| [zero_point](#struct_tf_lite_quantization_params_1a7bfb85a682ab431a6c0c609d3938ab6e) | `int32_t` |\n\nPublic attributes\n-----------------\n\n### scale\n\n```text\nfloat TfLiteQuantizationParams::scale\n``` \n\n### zero_point\n\n```scdoc\nint32_t TfLiteQuantizationParams::zero_point\n```"]]