Home
last modified time | relevance | path

Searched refs:kPythonTracerPlaneName (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/convert/
H A Dpost_process_single_host_xplane.cc32 kPythonTracerPlaneName, kRoctracerApiPlaneName}); in MergeHostPlanesAndSortLines()
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/utils/
H A Dxplane_schema.cc44 const absl::string_view kPythonTracerPlaneName = "/host:python-tracer"; variable
H A Dxplane_schema.h57 TF_CONST_INIT extern const absl::string_view kPythonTracerPlaneName;
/aosp_15_r20/external/tensorflow/tensorflow/python/profiler/internal/
H A Dpython_hooks.cc228 FindOrAddMutablePlaneWithName(space, kPythonTracerPlaneName); in Finalize()