Searched refs:python_tracer_level (Results 1 – 10 of 10) sorted by relevance
72 python_tracer_level=0, argument76 cls).__new__(cls, host_tracer_level, python_tracer_level,
88 host_tracer_level=3, python_tracer_level=1)103 host_tracer_level=3, python_tracer_level=1)
39 options = profiler.ProfilerOptions(python_tracer_level=1)42 options = profiler.ProfilerOptions(python_tracer_level=0)
107 python_tracer_level=0,149 python_tracer_level=0,
26 options.enable_trace_python_function = profile_options.python_tracer_level(); in CreatePythonTracer()
19 name: "python_tracer_level"
31 python_tracer_level: int
92 &tensorflow::ProfileOptions::python_tracer_level, in BuildProfilerSubmodule()
52 uint32 python_tracer_level = 4; field
270 ::uint32_t python_tracer_level() const; in Swap()674 inline ::uint32_t ProfileOptions::python_tracer_level() const { in python_tracer_level() function