Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/eager/
Dprofiler_client.py30 num_tracing_attempts=3): argument
51 num_tracing_attempts):
/external/tensorflow/tensorflow/c/eager/
Dc_api_experimental.cc84 int num_tracing_attempts) { in TFE_ProfilerClientStartTracing() argument
92 num_tracing_attempts); in TFE_ProfilerClientStartTracing()
Dc_api_experimental.h88 bool include_dataset_ops, int duration_ms, int num_tracing_attempts);
/external/tensorflow/tensorflow/contrib/tpu/profiler/
Dcapture_tpu_profile.cc96 int num_tracing_attempts = std::max(FLAGS_num_tracing_attempts, 1); in main() local
109 FLAGS_include_dataset_ops, duration_ms, num_tracing_attempts); in main()
/external/tensorflow/tensorflow/core/profiler/rpc/client/
Dcapture_profile.cc190 int num_tracing_attempts) { in StartTracing() argument
202 int remaining_attempts = num_tracing_attempts; in StartTracing()
225 std::cout << "No trace event is collected after " << num_tracing_attempts in StartTracing()
Dcapture_profile.h40 int num_tracing_attempts);
/external/tensorflow/tensorflow/contrib/tpu/profiler/pip_package/cloud_tpu_profiler/
Dmain.py129 cmd.append('--num_tracing_attempts=' + str(FLAGS.num_tracing_attempts))