Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/micro/
Dmicro_interpreter_test.cc145 const tflite::Model* model1 = tflite::testing::GetComplexMockModel(); in TF_LITE_MICRO_TEST()
187 const tflite::Model* model3 = tflite::testing::GetComplexMockModel(); in TF_LITE_MICRO_TEST()
255 const tflite::Model* model = tflite::testing::GetComplexMockModel(); in TF_LITE_MICRO_TEST()
334 const tflite::Model* model = tflite::testing::GetComplexMockModel(); in TF_LITE_MICRO_TEST()
350 const tflite::Model* model = tflite::testing::GetComplexMockModel(); in TF_LITE_MICRO_TEST()
376 const tflite::Model* model = tflite::testing::GetComplexMockModel(); in TF_LITE_MICRO_TEST()
421 const tflite::Model* model = tflite::testing::GetComplexMockModel(); in TF_LITE_MICRO_TEST()
Dtest_helpers.h102 const Model* GetComplexMockModel();
Dmicro_allocator_test.cc341 const tflite::Model* model1 = tflite::testing::GetComplexMockModel(); in TF_LITE_MICRO_TEST()
353 const tflite::Model* model2 = tflite::testing::GetComplexMockModel(); in TF_LITE_MICRO_TEST()
410 const tflite::Model* model = tflite::testing::GetComplexMockModel(); in TF_LITE_MICRO_TEST()
Dtest_helpers.cc854 const Model* GetComplexMockModel() { in GetComplexMockModel() function