Searched refs:ResetAllocationsAfter (Results 1 – 5 of 5) sorted by relevance
43 virtual TfLiteStatus ResetAllocationsAfter(int node) = 0;
205 void ResetAllocationsAfter(int node) { in ResetAllocationsAfter() function in tflite::__anonabd56e9b0111::ArenaPlannerTest206 CHECK(planner_->ResetAllocationsAfter(node) == kTfLiteOk); in ResetAllocationsAfter()360 ResetAllocationsAfter(0); in TEST_F()388 ResetAllocationsAfter(0); in TEST_F()
60 TfLiteStatus ResetAllocationsAfter(int node) override;
69 TfLiteStatus ArenaPlanner::ResetAllocationsAfter(int node) { in ResetAllocationsAfter() function in tflite::ArenaPlanner
1088 TF_LITE_ENSURE_STATUS(memory_planner_->ResetAllocationsAfter( in Invoke()