Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/convert/
Dpost_process_single_host_xplane.cc31 *space, {kCuptiDriverApiPlaneName, kPythonTracerPlaneName}); in MergeHostPlanesAndSortLines()
/external/tensorflow/tensorflow/core/profiler/internal/gpu/
Ddevice_tracer_test.cc269 const XPlane* host_plane = FindPlaneWithName(space, kCuptiDriverApiPlaneName); in TEST_F()
324 FindPlaneWithName(space, kCuptiDriverApiPlaneName); in TEST_F()
Dcupti_collector.cc678 FindOrAddMutablePlaneWithName(space, kCuptiDriverApiPlaneName)); in Export()
/external/tensorflow/tensorflow/core/profiler/utils/
Dxplane_schema.h37 TF_CONST_INIT extern const absl::string_view kCuptiDriverApiPlaneName;
Dxplane_schema.cc32 const absl::string_view kCuptiDriverApiPlaneName = "/host:CUPTI"; variable