Home
last modified time | relevance | path

Searched refs:enable_trace_python_function (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/profiler/backends/cpu/
Dpython_tracer.cc89 if (!options.enable_trace_python_function && !options.enable_python_traceme) { in CreatePythonTracer()
93 pyhooks_options.enable_trace_python_function = in CreatePythonTracer()
94 options.enable_trace_python_function; in CreatePythonTracer()
Dpython_tracer.h28 bool enable_trace_python_function = false; member
Dpython_tracer_factory.cc26 options.enable_trace_python_function = profile_options.python_tracer_level(); in CreatePythonTracer()
/external/tensorflow/tensorflow/python/profiler/internal/
Dpython_hooks.cc148 if (options_.enable_python_traceme || options_.enable_trace_python_function) { in Start()
153 if (options_.enable_trace_python_function) { in Start()
182 if (options_.enable_python_traceme || options_.enable_trace_python_function) { in Stop()
184 if (options_.enable_trace_python_function) { in Stop()
226 if (space && options_.enable_trace_python_function) { in Finalize()
Dpython_hooks.h37 bool enable_trace_python_function = false; member