Home
last modified time | relevance | path

Searched refs:_profiler (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/python/eager/
Dprofiler.py48 _profiler = None variable
70 global _profiler
72 if _profiler is not None:
79 _profiler = pywrap_tensorflow.TFE_NewProfiler(profiler_context)
81 if not pywrap_tensorflow.TFE_ProfilerIsOk(_profiler):
97 global _profiler
100 if _profiler is None:
106 _profiler,
109 pywrap_tensorflow.TFE_DeleteProfiler(_profiler)
110 _profiler = None
/external/autotest/client/tests/profiler_test/
Dprofiler_test.py20 self._profiler = profiler
36 profilers.add(self._profiler, *self._profiler_args,
45 profilers.delete(self._profiler)
/external/tensorflow/tensorflow/python/profiler/
Dprofile_context.py190 self._profiler = None
236 if not self._profiler:
237 self._profiler = model_analyzer.Profiler(ops.get_default_graph())
238 return self._profiler
/external/tensorflow/tensorflow/python/ops/
Dsummary_ops_v2.py37 from tensorflow.python.eager import profiler as _profiler unknown
1107 _profiler.start()
1157 _profiler.save(profiler_outdir, _profiler.stop())
1175 _profiler.stop()
1176 except _profiler.ProfilerNotRunningError:
/external/python/cpython2/Doc/library/
Dprofile.rst11 .. _profiler-introduction:
/external/python/cpython3/Doc/library/
Dprofile.rst11 .. _profiler-introduction: