[[["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,["# TfLiteIntArray Struct Reference\n\nTfLiteIntArray\n==============\n\n\n`#include \u003ccommon.h\u003e`\n\nFixed size list of integers.\n\nSummary\n-------\n\nUsed for dimensions and inputs/outputs tensor indices\n\n| ### Public attributes ||\n|--------------------------------------------------------------------------|-------|\n| [data](#struct_tf_lite_int_array_1ae2b5e1775496017e31b4d56aed3c63c8)`[]` | `int` |\n| [size](#struct_tf_lite_int_array_1aaaa4554b9c73a68a4d6a99f1285be320) | `int` |\n\nPublic attributes\n-----------------\n\n### data\n\n```text\nint TfLiteIntArray::data[]\n``` \n\n### size\n\n```text\nint TfLiteIntArray::size\n```"]]