Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/profiler/
Dprofiler_v2.py45 _profiler = None variable
112 global _profiler
114 if _profiler is not None:
117 _profiler = _pywrap_profiler.ProfilerSession()
122 _profiler.start(logdir, opts)
130 _profiler = None
146 global _profiler
148 if _profiler is None:
154 _profiler.export_to_tb()
156 _profiler = None
[all …]
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/eager/
Dprofiler.py50 _profiler = None variable
73 global _profiler
75 if _profiler is not None:
79 _profiler = _pywrap_profiler.ProfilerSession()
81 _profiler.start('', {})
100 global _profiler
103 if _profiler is None:
108 result = _profiler.stop()
109 _profiler = None
/external/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/
Daudioproc_wrapper.py40 self._profiler = cProfile.Profile()
91 self._profiler.enable()
93 self._profiler.disable()
96 self._profiler.dump_stats(profiling_stats_filepath)
/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/ops/
Dsummary_ops_v2.py35 from tensorflow.python.eager import profiler as _profiler unknown
1265 _profiler.start()
1321 _profiler.save(profiler_outdir, _profiler.stop())
1342 _profiler.stop()
1343 except _profiler.ProfilerNotRunningError:
/external/arm-trusted-firmware/docs/plat/
Dnvidia-tegra.rst136 uint64\_t boot\_profiler\_shmem\_base;
/external/python/cpython3/Doc/library/
Dprofile.rst11 .. _profiler-introduction:
/external/python/cpython2/Doc/library/
Dprofile.rst11 .. _profiler-introduction: