Searched refs:Create1dFlatbufferTensor (Results 1 – 4 of 4) sorted by relevance
177 tflite::testing::Create1dFlatbufferTensor(100); in TF_LITE_MICRO_TEST()187 tflite::testing::Create1dFlatbufferTensor(200); in TF_LITE_MICRO_TEST()
133 const Tensor* Create1dFlatbufferTensor(int size, bool is_variable = false);
133 const tflite::Tensor* tensor = tflite::testing::Create1dFlatbufferTensor(100); in TF_LITE_MICRO_TEST()163 const tflite::Tensor* tensor = tflite::testing::Create1dFlatbufferTensor(100); in TF_LITE_MICRO_TEST()
888 const Tensor* Create1dFlatbufferTensor(int size, bool is_variable) { in Create1dFlatbufferTensor() function