Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/tpu/profiler/
Dcapture_tpu_profile.cc30 int FLAGS_duration_ms = 0; in main() local
45 "duration_ms", &FLAGS_duration_ms, in main()
90 int duration_ms = std::max(FLAGS_duration_ms, 0); in main()