Home
last modified time | relevance | path

Searched refs:FindPlaneWithName (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/core/profiler/utils/
Dxplane_utils_test.cc45 EXPECT_EQ(p1, FindPlaneWithName(space, "p1")); in TEST()
47 EXPECT_EQ(p2, FindPlaneWithName(space, "p2")); in TEST()
49 EXPECT_EQ(p3, FindPlaneWithName(space, "p3")); in TEST()
55 EXPECT_EQ(p1, FindPlaneWithName(space, "p1")); in TEST()
56 EXPECT_EQ(p3, FindPlaneWithName(space, "p3")); in TEST()
60 EXPECT_EQ(p3, FindPlaneWithName(space, "p3")); in TEST()
Dxplane_utils.h38 const XPlane* FindPlaneWithName(const XSpace& space, absl::string_view name);
Dxplane_utils.cc96 const XPlane* FindPlaneWithName(const XSpace& space, absl::string_view name) { in FindPlaneWithName() function
/external/tensorflow/tensorflow/core/profiler/internal/gpu/
Ddevice_tracer_test.cc269 const XPlane* host_plane = FindPlaneWithName(space, kCuptiDriverApiPlaneName); in TEST_F()
273 FindPlaneWithName(space, strings::StrCat(kGpuPlanePrefix, 0)); in TEST_F()
324 FindPlaneWithName(space, kCuptiDriverApiPlaneName); in TEST_F()
356 const XPlane* cupti_device_plane = FindPlaneWithName(space, GpuPlaneName(0)); in TEST_F()
/external/tensorflow/tensorflow/core/profiler/convert/
Dxplane_to_trace_events.cc124 const XPlane* host_plane = FindPlaneWithName(xspace, kHostThreadsPlaneName); in ConvertXSpaceToTraceEvents()
Dxplane_to_tf_functions_test.cc46 const XPlane* host_plane = FindPlaneWithName(space, kHostThreadsPlaneName); in ConvertXSpaceToTfFunctionDb()
Dxplane_to_op_stats.cc150 const XPlane* host_plane = FindPlaneWithName(space, kHostThreadsPlaneName); in ConvertXSpaceToOpStats()
Dxplane_to_memory_profile.cc546 FindPlaneWithName(xspace, kHostThreadsPlaneName)) { in ConvertXSpaceToMemoryProfileJson()