Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/profiler/internal/
Dpython_hooks.cc124 if (options_.enable_python_traceme || options_.enable_trace_python_function) { in Start()
126 if (options_.enable_trace_python_function) { in Start()
158 if (options_.enable_python_traceme || options_.enable_trace_python_function) { in Stop()
160 if (options_.enable_trace_python_function) { in Stop()
200 if (space && options_.enable_trace_python_function) { in Finalize()
Dpython_hooks.h37 bool enable_trace_python_function = false; member
/external/tensorflow/tensorflow/core/profiler/internal/cpu/
Dpython_tracer.cc113 pyhooks_options.enable_trace_python_function = options.python_tracer_level(); in CreatePythonTracer()