Searched refs:persistent_alloc_ids_ (Results 1 – 2 of 2) sorted by relevance
332 persistent_alloc_ids_.insert(alloc_id); in RecordMemoryStats()370 if (persistent_alloc_ids_.count(alloc_id) > 0) { in IsPersistentTensor()
230 std::set<int64_t> persistent_alloc_ids_; variable