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