Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/
Dmemory_planner.h40 virtual TfLiteStatus ResetAllocations() = 0;
Darena_planner.h59 TfLiteStatus ResetAllocations() override;
Darena_planner.cc61 TfLiteStatus ArenaPlanner::ResetAllocations() { in ResetAllocations() function in tflite::ArenaPlanner
86 TF_LITE_ENSURE_STATUS(ResetAllocations()); in PlanAllocations()
Darena_planner_test.cc184 CHECK(planner_->ResetAllocations() == kTfLiteOk); in SetGraph()
/external/tensorflow/tensorflow/lite/core/
Dsubgraph.cc696 TF_LITE_ENSURE_STATUS(memory_planner_->ResetAllocations()); in AllocateTensors()