Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/
Dstat_summarizer_options.h25 show_time(true), in StatSummarizerOptions()
34 bool show_time; variable
Dstats_calculator.cc258 if (options_.show_time) { in GetOutputString()
/external/u-boot/test/dm/
Drtc.c28 static void show_time(const char *msg, struct rtc_time *time) in show_time() function
46 show_time("expected", expect); in cmp_times()
47 show_time("actual", time); in cmp_times()
/external/u-boot/cmd/
Dsf.c406 static void show_time(struct test_info *test, int stage) in show_time() function
424 show_time(test, test->stage); in spi_test_next_stage()
495 show_time(&test, i); in spi_flash_test()
/external/tensorflow/tensorflow/tools/benchmark/
Dbenchmark_model.cc386 bool show_time = true; in Main() local
419 Flag("show_time", &show_time, "whether to list stats by time taken"), in Main()
515 stats_options.show_time = show_time; in Main()
/external/tensorflow/tensorflow/core/kernels/
Dquantized_resize_bilinear_op_test.cc190 const bool show_time, const int64 iterations, in TestResizeBilinear() argument
227 if (show_time) { in TestResizeBilinear()