Searched refs:ResetAllocations (Results 1 – 5 of 5) sorted by relevance
40 virtual TfLiteStatus ResetAllocations() = 0;
60 TfLiteStatus ResetAllocations() override;
53 TfLiteStatus ArenaPlanner::ResetAllocations() { in ResetAllocations() function in tflite::ArenaPlanner65 TF_LITE_ENSURE_STATUS(ResetAllocations()); in PlanAllocations()
170 CHECK(planner_->ResetAllocations() == kTfLiteOk); in SetGraph()
484 TF_LITE_ENSURE_STATUS(memory_planner_->ResetAllocations()); in AllocateTensors()