Searched defs:wall_time (Results 1 – 13 of 13) sorted by relevance
/external/tensorflow/tensorflow/core/debug/ |
D | debug_io_utils_test.cc | 110 const uint64 wall_time = env_->NowMicros(); in TEST_F() local 153 const uint64 wall_time = env_->NowMicros(); in TEST_F() local 226 const uint64 wall_time = env_->NowMicros(); in TEST_F() local 249 const uint64 wall_time = env_->NowMicros(); in TEST_F() local 318 const uint64 wall_time = env_->NowMicros(); in TEST_F() local 354 const uint64 wall_time = env_->NowMicros(); in TEST_F() local
|
D | debug_grpc_io_utils_test.cc | 211 const uint64 wall_time = Env::Default()->NowMicros(); in TEST_F() local 271 const uint64 wall_time = Env::Default()->NowMicros(); in TEST_F() local 319 const uint64 wall_time = Env::Default()->NowMicros(); in TEST_F() local
|
D | debug_grpc_testlib.cc | 171 const uint64 wall_time = Env::Default()->NowMicros(); in PollTillFirstRequestSucceeds() local
|
D | debug_io_utils.cc | 246 const int64 wall_time, in PublishEncodedGraphDefInChunks()
|
/external/tensorflow/tensorflow/core/util/ |
D | reporter.cc | 40 Status TestReporter::Benchmark(int64 iters, double cpu_time, double wall_time, in Benchmark()
|
D | event.proto | 15 double wall_time = 1; field
|
D | test_log.proto | 39 double wall_time = 4; field
|
D | events_writer_test.cc | 38 void WriteSimpleValue(EventsWriter* writer, double wall_time, int64 step, in WriteSimpleValue()
|
/external/tensorflow/tensorflow/python/platform/ |
D | benchmark.py | 49 name, iters=None, cpu_time=None, wall_time=None, argument 163 wall_time=None, argument
|
/external/gemmlowp/meta/ |
D | test_transform_benchmark.cc | 66 double wall_time = time() - start; in run_benchmark() local
|
/external/tensorflow/tensorflow/python/debug/lib/ |
D | grpc_debug_test_server.py | 117 def on_graph_def(self, graph_def, device_name, wall_time): argument 183 def _write_graph_def(self, graph_def, device_name, wall_time): argument
|
D | grpc_debug_server.py | 72 def on_graph_def(self, graph_def, device_name, wall_time): argument
|
/external/tensorflow/tensorflow/core/kernels/ |
D | debug_ops_test.cc | 85 uint64 wall_time = Env::Default()->NowMicros(); in TEST_F() local
|