Searched refs:PlanAllocations (Results 1 – 5 of 5) sorted by relevance
31 virtual TfLiteStatus PlanAllocations() = 0;
61 TfLiteStatus PlanAllocations() override;
185 CHECK(planner_->PlanAllocations() == kTfLiteOk); in SetGraph()190 CHECK(planner_->PlanAllocations() == kTfLiteOk); in SwapGraph()
84 TfLiteStatus ArenaPlanner::PlanAllocations() { in PlanAllocations() function in tflite::ArenaPlanner
940 memory_planner_->PlanAllocations(); in PrepareOpsAndTensors()1502 TF_LITE_ENSURE_OK(&context_, memory_planner_->PlanAllocations()); in EnsureMemoryAllocations()