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.cc185 CHECK(planner_->PlanAllocations() == kTfLiteOk); in SetGraph()
190 CHECK(planner_->PlanAllocations() == kTfLiteOk); in SwapGraph()
Darena_planner.cc84 TfLiteStatus ArenaPlanner::PlanAllocations() { in PlanAllocations() function in tflite::ArenaPlanner
/external/tensorflow/tensorflow/lite/core/
Dsubgraph.cc940 memory_planner_->PlanAllocations(); in PrepareOpsAndTensors()
1502 TF_LITE_ENSURE_OK(&context_, memory_planner_->PlanAllocations()); in EnsureMemoryAllocations()