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.h50 bool allocation_will_be_logged = false; member
Dop_kernel.cc239 attr.allocation_will_be_logged = true; in allocate_temp()
707 logged_attr.allocation_will_be_logged = true; in allocate_tensor()
Dtensor.cc754 if (!allocation_attr.allocation_will_be_logged && buf_ != nullptr && in Tensor()