Searched refs:PlanAllocations (Results 1 – 5 of 5) sorted by relevance
31 virtual TfLiteStatus PlanAllocations() = 0;
53 TfLiteStatus PlanAllocations() override;
63 TfLiteStatus ArenaPlanner::PlanAllocations() { in PlanAllocations() function in tflite::ArenaPlanner
151 CHECK(planner_->PlanAllocations() == kTfLiteOk); in SetGraph()
359 memory_planner_->PlanAllocations(); in PrepareOpsAndTensors()