Home
last modified time | relevance | path

Searched refs:log_counter (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dassert_op.cc33 static int log_counter = 0; in Compile() local
36 if (log_counter < 20) { in Compile()
37 ++log_counter; in Compile()
Dcheck_numerics_op.cc33 static int log_counter = 0; in Compile() local
35 if (log_counter < 20) { in Compile()
36 ++log_counter; in Compile()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
Dbridge_logger.cc30 static std::atomic<int> log_counter(0); variable
51 std::string name = llvm::formatv("{0,0+4}_mlir_bridge_{1}_{2}", log_counter++, in Log()
/external/tensorflow/tensorflow/core/framework/
Dnode_def_util.cc280 static int log_counter = 0;
281 if (log_counter < 10) {
282 log_counter++;
306 static int log_counter = 0;
307 if (log_counter < 10) {
308 log_counter++;
/external/tensorflow/tensorflow/core/common_runtime/
Dbfc_allocator.cc267 static std::atomic<int32> log_counter{0}; in AllocateRaw() local
268 int32 counter_value = log_counter.load(std::memory_order_relaxed); in AllocateRaw()
270 log_counter.store(counter_value + 1, std::memory_order_relaxed); in AllocateRaw()
/external/tensorflow/tensorflow/core/distributed_runtime/
Dmaster_session.cc1008 static int log_counter = 0; in ProcessDeviceStats() local
1009 if (log_counter < 10) { in ProcessDeviceStats()
1010 log_counter++; in ProcessDeviceStats()