Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/graph/
Dcostmodel.h230 std::set<int64> persistent_alloc_ids_; variable
Dcostmodel.cc331 persistent_alloc_ids_.insert(alloc_id); in RecordMemoryStats()
369 if (persistent_alloc_ids_.count(alloc_id) > 0) { in IsPersistentTensor()