Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dallocator.cc240 : alloc_visitors_(alloc_visitors), free_visitors_(free_visitors) {} in SubAllocator()
243 for (const auto& v : alloc_visitors_) { in VisitAlloc()
Dallocator.h438 const std::vector<Visitor> alloc_visitors_; variable