Home
last modified time | relevance | path

Searched refs:times_called (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/lldb/test/API/functionalities/gdb_remote_client/
Doperating_system_2.py17 self.times_called = 0
26 self.times_called += 1
28 if self.times_called == 1:
/external/tensorflow/tensorflow/core/util/
Dstats_calculator.cc80 const int64_t times_called = detail.times_called / num_runs(); in ColumnString() local
88 << "%, " << detail.mem_used.newest() / 1000.0 << ", " << times_called in ColumnString()
98 InitField(stream, 9) << times_called; in ColumnString()
170 (*node_type_map_times_called)[node_type] += detail.times_called / run_count; in ComputeStatsByType()
316 detail->times_called++; in AddNodeStats()
Dstats_calculator_test.cc56 EXPECT_EQ(1, detail.times_called); in TEST()
68 EXPECT_EQ(2, detail.times_called); in TEST()
Dstats_calculator.h176 int64_t times_called; member
/external/tensorflow/tensorflow/compiler/xla/
Dutil.cc76 stats.times_called++; in StopAndLog()
85 << ", #called: " << stats.times_called << ")"; in StopAndLog()
Dutil.h101 uint64 times_called ABSL_GUARDED_BY(stats_mutex) = 0;
/external/tensorflow/tensorflow/python/keras/
Dbackend_test.py2155 self.times_called = 0
2159 self.times_called += 1
2177 self.assertEqual(callback.times_called, 1)