Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/eager/
H A Dprofiler_client.py27 num_tracing_attempts=3): argument
/aosp_15_r20/external/tensorflow/tensorflow/python/profiler/
H A Dprofiler_client.py30 num_tracing_attempts=3, argument
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/rpc/client/
H A Dcapture_profile.cc180 Status Trace(const std::string& logdir, int num_tracing_attempts, in Trace()
/aosp_15_r20/external/tensorflow/tensorflow/python/profiler/internal/
H A Dprofiler_wrapper.cc111 int num_tracing_attempts, py::dict options) { in PYBIND11_MODULE()
H A Dprofiler_pywrap_impl.cc220 bool include_dataset_ops, int duration_ms, int num_tracing_attempts, in Trace()