Home
last modified time | relevance | path

Searched refs:_pywrap_profiler (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/python/eager/
Dprofiler_client.py21 from tensorflow.python.profiler.internal import _pywrap_profiler
49 _pywrap_profiler.trace(service_addr, logdir, worker_list, include_dataset_ops,
72 return _pywrap_profiler.monitor(service_addr, duration_ms, monitoring_level,
Dprofiler.py46 from tensorflow.python.profiler.internal import _pywrap_profiler
79 _profiler = _pywrap_profiler.ProfilerSession()
172 _pywrap_profiler.start_server(port)
DBUILD308 "//tensorflow/python/profiler/internal:_pywrap_profiler",
336 "//tensorflow/python/profiler/internal:_pywrap_profiler",
/external/tensorflow/tensorflow/python/profiler/
Dprofiler_client.py22 from tensorflow.python.profiler.internal import _pywrap_profiler
133 _pywrap_profiler.trace(
167 return _pywrap_profiler.monitor(
Dprofiler_v2.py42 from tensorflow.python.profiler.internal import _pywrap_profiler
117 _profiler = _pywrap_profiler.ProfilerSession()
185 _pywrap_profiler.start_server(port)
DBUILD30 "//tensorflow/python/profiler/internal:_pywrap_profiler",
54 "//tensorflow/python/profiler/internal:_pywrap_profiler",
/external/tensorflow/tensorflow/python/profiler/internal/
DBUILD112 name = "_pywrap_profiler",
115 module_name = "_pywrap_profiler",
Dprofiler_wrapper.cc51 PYBIND11_MODULE(_pywrap_profiler, m) { in PYBIND11_MODULE() argument