Searched refs:allocated_scope_ids_ (Results 1 – 2 of 2) sorted by relevance
649 if (allocated_scope_ids_ == nullptr) { in maybe_initialize_scope_id_set()650 allocated_scope_ids_ = absl::make_unique<std::unordered_set<int32>>(); in maybe_initialize_scope_id_set()756 if (!allocated_scope_ids_->insert(attr.scope_id).second) { in allocate_output()909 if (allocated_scope_ids_->find(output_alloc_attr(index).scope_id) == in maybe_set_output_by_allocate_and_copy()910 allocated_scope_ids_->end()) { in maybe_set_output_by_allocate_and_copy()
1308 std::unique_ptr<std::unordered_set<int32>> allocated_scope_ids_; variable