Home
last modified time | relevance | path

Searched refs:python_tracer_level (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/profiler/
H A Dprofiler_v2.py72 python_tracer_level=0, argument
76 cls).__new__(cls, host_tracer_level, python_tracer_level,
H A Dprofiler_v2_test.py88 host_tracer_level=3, python_tracer_level=1)
103 host_tracer_level=3, python_tracer_level=1)
/aosp_15_r20/external/tensorflow/tensorflow/python/eager/
H A Dbenchmarks_test_base.py39 options = profiler.ProfilerOptions(python_tracer_level=1)
42 options = profiler.ProfilerOptions(python_tracer_level=0)
/aosp_15_r20/external/tensorflow/tensorflow/python/profiler/integration_test/
H A Dprofiler_api_test.py107 python_tracer_level=0,
149 python_tracer_level=0,
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/backends/cpu/
H A Dpython_tracer_factory.cc26 options.enable_trace_python_function = profile_options.python_tracer_level(); in CreatePythonTracer()
/aosp_15_r20/external/tensorflow/tensorflow/tools/api/golden/v2/
H A Dtensorflow.profiler.experimental.-profiler-options.pbtxt19 name: "python_tracer_level"
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/xla_extension/
H A Dprofiler.pyi31 python_tracer_level: int
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/
H A Dprofiler.cc92 &tensorflow::ProfileOptions::python_tracer_level, in BuildProfilerSubmodule()
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/
H A Dprofiler_options.proto52 uint32 python_tracer_level = 4; field
/aosp_15_r20/out/soong/.intermediates/external/tensorflow/tensorflow_core_proto_cpp_lite/android_arm64_armv8-2a_cortex-a55_static_apex33/gen/proto/tensorflow/core/profiler/
Dprofiler_options.pb.h270 ::uint32_t python_tracer_level() const; in Swap()
674 inline ::uint32_t ProfileOptions::python_tracer_level() const { in python_tracer_level() function