Searched refs:alloc_queue_ (Results 1 – 2 of 2) sorted by relevance
68 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()
102 std::vector<AllocationInfo> alloc_queue_; variable