[[["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,["# TfLiteQuantization Struct Reference\n\nTfLiteQuantization\n==================\n\n\n`#include \u003ccommon.h\u003e`\n\nStructure specifying the quantization used by the tensor, if-any.\n\nSummary\n-------\n\n| ### Public attributes ||\n|---------------------------------------------------------------------------|-------------------------------------------------------------------------|\n| [params](#struct_tf_lite_quantization_1ab108c61c41594a7c51e727ace335d388) | `void *` Holds an optional reference to a quantization param structure. |\n| [type](#struct_tf_lite_quantization_1abf88d8c9d94c2788b69928e2727fd56b) | `TfLiteQuantizationType` The type of quantization held by params. |\n\nPublic attributes\n-----------------\n\n### params\n\n```scdoc\nvoid * TfLiteQuantization::params\n``` \nHolds an optional reference to a quantization param structure.\n\nThe actual type depends on the value of the `type` field (see the comment there for the values and corresponding types). \n\n### type\n\n```carbon\nTfLiteQuantizationType TfLiteQuantization::type\n``` \nThe type of quantization held by params."]]