Home
last modified time | relevance | path

Searched refs:ParseAnnotationStack (Results 1 – 4 of 4) 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/internal/gpu/
Dcupti_collector.cc263 ParseAnnotationStack(event.annotation); in CreateXEvent()
369 auto annotation_stack = ParseAnnotationStack(event.annotation); in Flush()