Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/tpu/profiler/
Dcapture_tpu_profile.cc31 int FLAGS_num_tracing_attempts = 3; in main() local
48 tensorflow::Flag("num_tracing_attempts", &FLAGS_num_tracing_attempts, in main()
96 int num_tracing_attempts = std::max(FLAGS_num_tracing_attempts, 1); in main()