Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/utils/
Dparse_annotation_test.cc27 std::vector<Annotation> annotations = ParseAnnotationStack(""); in TEST()
32 std::vector<Annotation> annotations = ParseAnnotationStack("name"); in TEST()
39 std::vector<Annotation> annotations = ParseAnnotationStack("outer::inner"); in TEST()
Dparse_annotation.h45 std::vector<Annotation> ParseAnnotationStack(
Dparse_annotation.cc132 std::vector<Annotation> ParseAnnotationStack( in ParseAnnotationStack() function
/external/tensorflow/tensorflow/core/profiler/backends/gpu/
Dcupti_collector.cc252 ParseAnnotationStack(event.annotation); in CreateXEvent()
Ddevice_tracer_rocm.cc803 ParseAnnotationStack(event.annotation); in CreateXEvent()