[[["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,["# TfLiteFloatArray Struct Reference\n\nTfLiteFloatArray\n================\n\n\n`#include \u003ccommon.h\u003e`\n\nFixed size list of floats. Used for per-channel quantization.\n\nSummary\n-------\n\n| ### Public attributes ||\n|----------------------------------------------------------------------------|---------|\n| [data](#struct_tf_lite_float_array_1a38adf3ecdb0e73fa23681c7614638d67)`[]` | `float` |\n| [size](#struct_tf_lite_float_array_1abaa1355710d1126165a4745bf26ebded) | `int` |\n\nPublic attributes\n-----------------\n\n### data\n\n```text\nfloat TfLiteFloatArray::data[]\n``` \n\n### size\n\n```text\nint TfLiteFloatArray::size\n```"]]