Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dthreadpool_device.cc166 bool ShouldLogInputsAndOutputs(OpKernel* op_kernel) { in ShouldLogInputsAndOutputs() function
178 bool should_log_inputs_and_outputs = ShouldLogInputsAndOutputs(op_kernel); in Compute()
202 bool should_log_inputs_and_outputs = ShouldLogInputsAndOutputs(op_kernel); in ComputeAsync()
/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_device.cc582 bool ShouldLogInputsAndOutputs(OpKernel* op_kernel) { in ShouldLogInputsAndOutputs() function
677 bool should_log_inputs_and_outputs = ShouldLogInputsAndOutputs(op_kernel); in Compute()
756 bool should_log_inputs_and_outputs = ShouldLogInputsAndOutputs(op_kernel); in ComputeAsync()