Home
last modified time | relevance | path

Searched refs:PlanAllocations (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/lite/
Dmemory_planner.h31 virtual TfLiteStatus PlanAllocations() = 0;
Darena_planner.h61 TfLiteStatus PlanAllocations() override;
Darena_planner_test.cc171 CHECK(planner_->PlanAllocations() == kTfLiteOk); in SetGraph()
176 CHECK(planner_->PlanAllocations() == kTfLiteOk); in SwapGraph()
Darena_planner.cc63 TfLiteStatus ArenaPlanner::PlanAllocations() { in PlanAllocations() function in tflite::ArenaPlanner
/external/tensorflow/tensorflow/lite/core/
Dsubgraph.cc643 memory_planner_->PlanAllocations(); in PrepareOpsAndTensors()
1031 TF_LITE_ENSURE_OK(context_, memory_planner_->PlanAllocations()); in ModifyGraphWithDelegate()