Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/graph/
H A Dcostmodel.cc332 persistent_alloc_ids_.insert(alloc_id); in RecordMemoryStats()
370 if (persistent_alloc_ids_.count(alloc_id) > 0) { in IsPersistentTensor()
H A Dcostmodel.h230 std::set<int64_t> persistent_alloc_ids_; variable