Home
last modified time | relevance | path

Searched refs:Create1dFlatbufferTensor (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/lite/micro/
Dmemory_helpers_test.cc177 tflite::testing::Create1dFlatbufferTensor(100); in TF_LITE_MICRO_TEST()
187 tflite::testing::Create1dFlatbufferTensor(200); in TF_LITE_MICRO_TEST()
Dtest_helpers.h133 const Tensor* Create1dFlatbufferTensor(int size, bool is_variable = false);
Dmicro_allocator_test.cc133 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()
Dtest_helpers.cc888 const Tensor* Create1dFlatbufferTensor(int size, bool is_variable) { in Create1dFlatbufferTensor() function