Home
last modified time | relevance | path

Searched refs:ThreadAnnotationStack (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/profiler/internal/cpu/
Dannotation_stack.h47 string* annotation_stack = ThreadAnnotationStack(); in PushAnnotation()
58 string* annotation_stack = ThreadAnnotationStack(); in PushAnnotation()
69 static const string& Get() { return *ThreadAnnotationStack(); } in Get()
73 ThreadAnnotationStack()->resize(old_length); in PopAnnotation()
90 static string* ThreadAnnotationStack();
Dannotation_stack.cc35 /*static*/ string* AnnotationStack::ThreadAnnotationStack() { in ThreadAnnotationStack() function in tensorflow::profiler::AnnotationStack