Home
last modified time | relevance | path

Searched refs:log_memory_ (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/eager/
Dkernel_and_device.h201 log_memory_(log_memory) {} in KernelAndDeviceOp()
249 const bool log_memory_; variable
Dcontext.h269 bool LogMemory() const { return log_memory_; } in LogMemory()
651 const bool log_memory_; variable
Dkernel_and_device.cc278 params.log_memory = log_memory_; in Run()
Dcontext.cc95 log_memory_(LogMemory::IsEnabled()),
/external/tensorflow/tensorflow/core/common_runtime/
Dexecutor.cc344 const bool log_memory_; member in tensorflow::__anon6f8fc96b0111::ExecutorState
395 log_memory_(LogMemory::IsEnabled()), in ExecutorState()
697 params.log_memory = log_memory_; in Process()
1025 if (log_memory_) { in ProcessOutputs()
1040 if (log_memory_) { in ProcessOutputs()