Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/
Darena_planner.cc68 alloc_queue_.clear(); in PlanAllocations()
83 alloc_queue_.push_back({node, tensor, AllocationInfo::ALLOC}); in PlanAllocations()
96 alloc_queue_.push_back({node, tensor, AllocationInfo::DEALLOC}); in PlanAllocations()
102 alloc_queue_.reserve(2 * graph_info_->num_tensors()); in PlanAllocations()
219 for (const auto& alloc_info : alloc_queue_) { in CalculateAllocations()
Darena_planner.h102 std::vector<AllocationInfo> alloc_queue_; variable