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.py26 def start_tracing(service_addr, argument
54 def monitor(service_addr, argument
/external/tensorflow/tensorflow/python/profiler/
Dprofiler_client.py30 def trace(service_addr, argument
139 def monitor(service_addr, duration_ms, level=1): argument
/external/tensorflow/tensorflow/python/profiler/internal/
Dprofiler_wrapper.cc117 m.def("monitor", [](const char* service_addr, int duration_ms, in PYBIND11_MODULE()
118 int monitoring_level, bool display_timestamp) { in PYBIND11_MODULE()
Dprofiler_pywrap_impl.cc215 const char* service_addr, const char* logdir, const char* worker_list, in Trace()
232 tensorflow::Status Monitor(const char* service_addr, int duration_ms, in Monitor()
/external/tensorflow/tensorflow/python/tpu/profiler/
Dcapture_tpu_profile.py115 def monitoring_helper(service_addr, duration_ms, monitoring_level, num_queries): argument