Home
last modified time | relevance | path

Searched refs:allocation_will_be_logged (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dallocator.h40 AllocationAttributes(bool no_retry_on_failure, bool allocation_will_be_logged, in AllocationAttributes()
43 allocation_will_be_logged(allocation_will_be_logged), in AllocationAttributes()
56 bool allocation_will_be_logged = false; member
Dop_kernel.cc251 attr.allocation_will_be_logged = true; in allocate_temp()
276 attr.allocation_will_be_logged = true; in allocate_temp()
Dtensor.cc792 if (MemoryLoggingEnabled() && !allocation_attr.allocation_will_be_logged && in Tensor()