Home
last modified time | relevance | path

Searched refs:AllocateTensors (Results 1 – 25 of 52) sorted by relevance

123

/external/tensorflow/tensorflow/lite/
Dinterpreter_test.cc67 ASSERT_EQ(interpreter.AllocateTensors(), kTfLiteOk); in TEST()
80 ASSERT_EQ(interpreter.AllocateTensors(), kTfLiteOk); in TEST()
93 ASSERT_EQ(interpreter.AllocateTensors(), kTfLiteOk); in TEST()
124 ASSERT_NE(interpreter.AllocateTensors(), kTfLiteOk); in TEST()
132 ASSERT_NE(interpreter.AllocateTensors(), kTfLiteOk); in TEST()
143 ASSERT_NE(interpreter.AllocateTensors(), kTfLiteOk); in TEST()
179 ASSERT_EQ(interpreter.AllocateTensors(), kTfLiteOk); in TEST()
224 ASSERT_EQ(interpreter.AllocateTensors(), kTfLiteOk); in TEST()
267 ASSERT_EQ(interpreter.AllocateTensors(), kTfLiteOk); in TEST()
278 ASSERT_EQ(interpreter.AllocateTensors(), kTfLiteOk); in TEST()
[all …]
Dmodel_flex_test.cc36 ASSERT_EQ(interpreter->AllocateTensors(), kTfLiteOk); in TEST()
Dinterpreter.cc98 TfLiteStatus Interpreter::AllocateTensors() { in AllocateTensors() function in tflite::Interpreter
99 return primary_subgraph().AllocateTensors(); in AllocateTensors()
/external/tensorflow/tensorflow/lite/kernels/
Dsubgraph_test_util_test.cc46 ASSERT_EQ(interpreter_->AllocateTensors(), kTfLiteOk); in TestAccumelateLoopBody()
69 ASSERT_EQ(interpreter_->AllocateTensors(), kTfLiteOk); in TEST_F()
84 ASSERT_EQ(interpreter_->AllocateTensors(), kTfLiteOk); in TEST_F()
99 ASSERT_EQ(interpreter_->AllocateTensors(), kTfLiteOk); in TEST_F()
114 ASSERT_EQ(interpreter_->AllocateTensors(), kTfLiteOk); in TEST_F()
136 ASSERT_EQ(interpreter_->AllocateTensors(), kTfLiteOk); in TEST_F()
Dwhile.cc136 TF_LITE_ENSURE_OK(context, cond_subgraph->AllocateTensors()); in Prepare()
154 TF_LITE_ENSURE_OK(context, body_subgraph->AllocateTensors()); in Prepare()
258 TF_LITE_ENSURE_OK(context, body_subgraph->AllocateTensors()); in Eval()
277 TF_LITE_ENSURE_OK(context, cond_subgraph->AllocateTensors()); in Eval()
Dwhile_test.cc50 ASSERT_EQ(interpreter_->AllocateTensors(), kTfLiteOk); in TEST_F()
75 ASSERT_EQ(interpreter_->AllocateTensors(), kTfLiteOk); in TEST_F()
Dif_test.cc46 ASSERT_EQ(interpreter_->AllocateTensors(), kTfLiteOk); in SetUp()
80 ASSERT_EQ(interpreter_->AllocateTensors(), kTfLiteOk); in SetUp()
/external/tensorflow/tensorflow/lite/testing/
Dtflite_driver_test.cc41 runner->AllocateTensors(); in TEST()
77 runner->AllocateTensors(); in TEST()
Dparse_testdata.cc160 TF_LITE_ENSURE_STATUS(interpreter->AllocateTensors()); in FeedExample()
327 test_runner_->AllocateTensors(); in SetField()
335 test_runner_->AllocateTensors(); in AddChild()
Dtflite_driver.h46 void AllocateTensors() override;
Dtest_runner.h49 virtual void AllocateTensors() = 0;
Dtf_driver.h53 void AllocateTensors() override {} in AllocateTensors() function
Dtest_runner_test.cc30 void AllocateTensors() override {} in AllocateTensors() function in tflite::testing::__anon73a85d540111::ConcreteTestRunner
/external/tensorflow/tensorflow/lite/testing/nnapi_tflite_zip_tests/
Dparse_testdata.cc163 TF_LITE_ENSURE_STATUS(interpreter->AllocateTensors()); in FeedExample()
330 test_runner_->AllocateTensors(); in SetField()
338 test_runner_->AllocateTensors(); in AddChild()
Dtflite_driver.h48 void AllocateTensors() override;
Dtest_runner.h52 virtual void AllocateTensors() = 0;
Dtflite_driver.cc219 void TfLiteDriver::AllocateTensors() { in AllocateTensors() function in tflite::testing::TfLiteDriver
221 if (interpreter_->AllocateTensors() != kTfLiteOk) { in AllocateTensors()
/external/tensorflow/tensorflow/lite/experimental/writer/
Dwriter_test.cc47 if (interpreter->AllocateTensors() != kTfLiteOk) { in main()
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/
Dcalibrator_test.cc58 status = interpreter->AllocateTensors(); in TEST()
131 status = interpreter->AllocateTensors(); in TEST()
/external/tensorflow/tensorflow/lite/examples/minimal/
Dminimal.cc59 TFLITE_MINIMAL_CHECK(interpreter->AllocateTensors() == kTfLiteOk); in main()
/external/tensorflow/tensorflow/lite/experimental/examples/unity/TensorFlowLitePlugin/Assets/TensorFlowLite/Examples/HelloTFLite/Scripts/
DHelloTFLite.cs61 interpreter.AllocateTensors(); in Update()
/external/tensorflow/tensorflow/lite/examples/label_image/
Dbitmap_helpers_impl.h67 interpreter->AllocateTensors(); in resize()
/external/tensorflow/tensorflow/lite/python/interpreter_wrapper/
Dinterpreter_wrapper.h55 PyObject* AllocateTensors();
/external/tensorflow/tensorflow/lite/testing/kernel_test/
Dutil.h81 runner->AllocateTensors(); in RunKernelTest()
/external/tensorflow/tensorflow/lite/delegates/flex/
Dkernel_test.cc147 ASSERT_NE(interpreter_->AllocateTensors(), kTfLiteOk); in TEST_F()
196 ASSERT_NE(interpreter_->AllocateTensors(), kTfLiteOk); in TEST_F()

123