Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/
Dmemory_planner.h43 virtual TfLiteStatus ResetAllocationsAfter(int node) = 0;
Darena_planner_test.cc205 void ResetAllocationsAfter(int node) { in ResetAllocationsAfter() function in tflite::__anonabd56e9b0111::ArenaPlannerTest
206 CHECK(planner_->ResetAllocationsAfter(node) == kTfLiteOk); in ResetAllocationsAfter()
360 ResetAllocationsAfter(0); in TEST_F()
388 ResetAllocationsAfter(0); in TEST_F()
Darena_planner.h60 TfLiteStatus ResetAllocationsAfter(int node) override;
Darena_planner.cc69 TfLiteStatus ArenaPlanner::ResetAllocationsAfter(int node) { in ResetAllocationsAfter() function in tflite::ArenaPlanner
/external/tensorflow/tensorflow/lite/core/
Dsubgraph.cc1088 TF_LITE_ENSURE_STATUS(memory_planner_->ResetAllocationsAfter( in Invoke()