Home
last modified time | relevance | path

Searched refs:ExecuteAllocations (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/lite/
Dmemory_planner.h35 virtual TfLiteStatus ExecuteAllocations(int first_node, int last_node) = 0;
Darena_planner.h62 TfLiteStatus ExecuteAllocations(int first_node, int last_node) override;
Darena_planner_test.cc194 CHECK(planner_->ExecuteAllocations(start, end) == kTfLiteOk); in Execute()
272 ASSERT_EQ(planner_->ExecuteAllocations(0, 10), kTfLiteOk); in TEST_F()
Darena_planner.cc190 TfLiteStatus ArenaPlanner::ExecuteAllocations(int first_node, int last_node) { in ExecuteAllocations() function in tflite::ArenaPlanner
/external/tensorflow/tensorflow/lite/core/
Dsubgraph.cc973 TF_LITE_ENSURE_STATUS(memory_planner_->ExecuteAllocations( in PrepareOpsAndTensors()