Searched refs:PlanAllocations (Results 1 – 5 of 5) sorted by relevance
31 virtual TfLiteStatus PlanAllocations() = 0;
61 TfLiteStatus PlanAllocations() override;
171 CHECK(planner_->PlanAllocations() == kTfLiteOk); in SetGraph()176 CHECK(planner_->PlanAllocations() == kTfLiteOk); in SwapGraph()
63 TfLiteStatus ArenaPlanner::PlanAllocations() { in PlanAllocations() function in tflite::ArenaPlanner
643 memory_planner_->PlanAllocations(); in PrepareOpsAndTensors()1031 TF_LITE_ENSURE_OK(context_, memory_planner_->PlanAllocations()); in ModifyGraphWithDelegate()