Searched refs:ResetAllocations (Results 1 – 5 of 5) sorted by relevance
40 virtual TfLiteStatus ResetAllocations() = 0;
59 TfLiteStatus ResetAllocations() override;
61 TfLiteStatus ArenaPlanner::ResetAllocations() { in ResetAllocations() function in tflite::ArenaPlanner86 TF_LITE_ENSURE_STATUS(ResetAllocations()); in PlanAllocations()
184 CHECK(planner_->ResetAllocations() == kTfLiteOk); in SetGraph()
696 TF_LITE_ENSURE_STATUS(memory_planner_->ResetAllocations()); in AllocateTensors()