Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/lib/
H A Dscoped_memory_debug_annotation.h44 return *ThreadMemoryDebugAnnotation(); in CurrentAnnotation()
49 ThreadMemoryDebugAnnotation(); in ScopedMemoryDebugAnnotation()
57 ThreadMemoryDebugAnnotation(); in ScopedMemoryDebugAnnotation()
70 ThreadMemoryDebugAnnotation(); in ScopedMemoryDebugAnnotation()
84 ThreadMemoryDebugAnnotation(); in ScopedMemoryDebugAnnotation()
94 *ThreadMemoryDebugAnnotation() = last_annotation_; in ~ScopedMemoryDebugAnnotation()
99 static MemoryDebugAnnotation* ThreadMemoryDebugAnnotation();
H A Dscoped_memory_debug_annotation.cc21 ScopedMemoryDebugAnnotation::ThreadMemoryDebugAnnotation() { in ThreadMemoryDebugAnnotation() function in tensorflow::profiler::ScopedMemoryDebugAnnotation