Home
last modified time | relevance | path

Searched refs:memory_planner_ (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/lite/core/
Dsubgraph.cc483 if (memory_planner_) { in AllocateTensors()
484 TF_LITE_ENSURE_STATUS(memory_planner_->ResetAllocations()); in AllocateTensors()
639 if (!memory_planner_) { in PrepareOpsAndTensors()
640 memory_planner_.reset(new ArenaPlanner( in PrepareOpsAndTensors()
643 memory_planner_->PlanAllocations(); in PrepareOpsAndTensors()
650 TF_LITE_ENSURE_STATUS(memory_planner_->ExecuteAllocations( in PrepareOpsAndTensors()
1029 if (memory_planner_) { in ModifyGraphWithDelegate()
1031 TF_LITE_ENSURE_OK(context_, memory_planner_->PlanAllocations()); in ModifyGraphWithDelegate()
Dsubgraph.h517 std::unique_ptr<MemoryPlanner> memory_planner_; variable