Home
last modified time | relevance | path

Searched refs:kHostThreadsPlaneName (Results 1 – 13 of 13) sorted by relevance

/external/tensorflow/tensorflow/core/profiler/convert/
Dxplane_to_tf_functions_test.cc46 const XPlane* host_plane = FindPlaneWithName(space, kHostThreadsPlaneName); in ConvertXSpaceToTfFunctionDb()
60 host_plane_builder.SetName(kHostThreadsPlaneName); in TEST()
104 host_plane_builder.SetName(kHostThreadsPlaneName); in TEST()
Dpost_process_single_host_xplane.cc29 FindOrAddMutablePlaneWithName(space, kHostThreadsPlaneName); in MergeHostPlanesAndSortLines()
Dxplane_to_trace_events_test.cc31 host_plane.SetName(kHostThreadsPlaneName); in CreateXSpace()
Dxplane_to_trace_events.cc124 const XPlane* host_plane = FindPlaneWithName(xspace, kHostThreadsPlaneName); in ConvertXSpaceToTraceEvents()
Dxplane_to_op_stats.cc150 const XPlane* host_plane = FindPlaneWithName(space, kHostThreadsPlaneName); in ConvertXSpaceToOpStats()
Dxplane_to_tools_data.cc203 FindMutablePlaneWithName(&xspace, kHostThreadsPlaneName); in ConvertMultiXSpacesToTfDataBottleneckAnalysis()
Dxplane_to_memory_profile.cc546 FindPlaneWithName(xspace, kHostThreadsPlaneName)) { in ConvertXSpaceToMemoryProfileJson()
/external/tensorflow/tensorflow/core/profiler/utils/
Dxplane_test_utils.cc49 return FindOrAddMutablePlaneWithName(space, kHostThreadsPlaneName); in GetOrCreateHostXPlane()
Dxplane_schema.h31 TF_CONST_INIT extern const absl::string_view kHostThreadsPlaneName;
Dxplane_schema.cc29 const absl::string_view kHostThreadsPlaneName = "/host:CPU"; variable
Dgroup_events.cc513 bool is_host_plane = (visitor->Name() == kHostThreadsPlaneName); in ConnectIntraThread()
/external/tensorflow/tensorflow/core/profiler/internal/cpu/
Dhost_tracer.cc153 XPlane* plane = FindOrAddMutablePlaneWithName(space, kHostThreadsPlaneName); in CollectData()
Dhost_tracer_test.cc152 ASSERT_EQ(plane.name(), kHostThreadsPlaneName); in TEST()