Home
last modified time | relevance | path

Searched defs:service_addr (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/core/profiler/rpc/client/
Dprofiler_client_test.cc40 std::string service_addr; in TEST() local
65 std::string service_addr; in TEST() local
82 std::string service_addr; in TEST() local
100 std::string service_addr; in TEST() local
126 std::string service_addr; in TEST() local
Dcapture_profile.cc227 Status Monitor(const std::string& service_addr, int duration_ms, in Monitor()
/external/tensorflow/tensorflow/python/eager/
Dprofiler_client.py22 def start_tracing(service_addr, argument
50 def monitor(service_addr, argument
/external/tensorflow/tensorflow/python/profiler/
Dprofiler_client.py26 def trace(service_addr, argument
135 def monitor(service_addr, duration_ms, level=1): argument
/external/tensorflow/tensorflow/python/tpu/profiler/
Dcapture_tpu_profile.py112 def monitoring_helper(service_addr, duration_ms, monitoring_level, num_queries): argument
/external/tensorflow/tensorflow/python/profiler/internal/
Dprofiler_wrapper.cc124 m.def("monitor", [](const char* service_addr, int duration_ms, in PYBIND11_MODULE()
125 int monitoring_level, bool display_timestamp) { in PYBIND11_MODULE()
Dprofiler_pywrap_impl.cc219 const char* service_addr, const char* logdir, const char* worker_list, in Trace()
237 tensorflow::Status Monitor(const char* service_addr, int duration_ms, in Monitor()