Home
last modified time | relevance | path

Searched defs:num_tracing_attempts (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/python/eager/
Dprofiler_client.py31 num_tracing_attempts=3): argument
/external/tensorflow/tensorflow/python/profiler/
Dprofiler_client.py34 num_tracing_attempts=3, argument
/external/tensorflow/tensorflow/python/profiler/internal/
Dprofiler_wrapper.cc103 int num_tracing_attempts, py::dict options) { in PYBIND11_MODULE()
Dprofiler_pywrap_impl.cc216 bool include_dataset_ops, int duration_ms, int num_tracing_attempts, in Trace()
/external/tensorflow/tensorflow/core/profiler/rpc/client/
Dcapture_profile.cc180 Status Trace(const std::string& logdir, int num_tracing_attempts, in Trace()