Home
last modified time | relevance | path

Searched defs:raw_plane (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/profiler/utils/
Dgroup_events_test.cc364 XPlane* raw_plane = raw_space.add_planes(); in TEST() local
405 XPlane* raw_plane = raw_space.add_planes(); in TEST() local
450 XPlane* raw_plane = raw_space.add_planes(); in TEST() local
495 XPlane* raw_plane = raw_space.add_planes(); in TEST() local
536 XPlane* raw_plane = raw_space.add_planes(); in TEST() local
600 XPlane* raw_plane = raw_space.add_planes(); in TEST() local
/external/tensorflow/tensorflow/core/profiler/internal/cpu/
Dhost_tracer_utils.cc45 XPlane* raw_plane) { in ConvertCompleteEventsToXPlane()
/external/tensorflow/tensorflow/python/profiler/internal/
Dpython_hooks.cc170 void PythonHookContext::CollectData(XPlane* raw_plane) { in CollectData()