Searched refs:num_tracing_attempts (Results 1 – 9 of 9) sorted by relevance
/external/tensorflow/tensorflow/python/eager/ |
D | profiler_client.py | 31 num_tracing_attempts=3): argument 50 duration_ms, num_tracing_attempts, {})
|
/external/tensorflow/tensorflow/python/profiler/ |
D | profiler_client.py | 34 num_tracing_attempts=3, argument 135 duration_ms, num_tracing_attempts, opts)
|
/external/tensorflow/tensorflow/core/profiler/rpc/client/ |
D | capture_profile.cc | 180 Status Trace(const std::string& logdir, int num_tracing_attempts, in Trace() argument 193 int remaining_attempts = num_tracing_attempts; in Trace() 218 std::cout << "No trace event is collected after " << num_tracing_attempts in Trace()
|
D | capture_profile.h | 42 Status Trace(const std::string& logdir, int num_tracing_attempts,
|
/external/tensorflow/tensorflow/python/profiler/internal/ |
D | profiler_wrapper.cc | 103 int num_tracing_attempts, py::dict options) { in PYBIND11_MODULE() argument 111 duration_ms, num_tracing_attempts, opts); in PYBIND11_MODULE()
|
D | profiler_pywrap_impl.h | 31 bool include_dataset_ops, int duration_ms, int num_tracing_attempts,
|
D | profiler_pywrap_impl.cc | 216 bool include_dataset_ops, int duration_ms, int num_tracing_attempts, in Trace() argument 226 TF_RETURN_IF_ERROR(tensorflow::profiler::Trace(logdir, num_tracing_attempts, in Trace()
|
/external/tensorflow/tensorflow/python/tpu/profiler/ |
D | capture_tpu_profile.py | 197 FLAGS.num_tracing_attempts) 203 FLAGS.num_tracing_attempts, options)
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.profiler.experimental.client.pbtxt | 9 …\'service_addr\', \'logdir\', \'duration_ms\', \'worker_list\', \'num_tracing_attempts\', \'option…
|