Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dallocator.h73 const char* pending_op_name = nullptr; member
90 annotation_.pending_op_name = op_name; in ScopedMemoryDebugAnnotation()
96 annotation_.pending_op_name = op_name; in ScopedMemoryDebugAnnotation()
106 if (!annotation_.pending_op_name) { in ScopedMemoryDebugAnnotation()
107 annotation_.pending_op_name = op_name; in ScopedMemoryDebugAnnotation()
118 annotation_.pending_op_name = op_name; in ScopedMemoryDebugAnnotation()
129 annotation_.pending_op_name = nullptr; in CleanupAnnotation()
/external/tensorflow/tensorflow/core/common_runtime/
Dbfc_allocator.cc461 << ScopedMemoryDebugAnnotation::CurrentAnnotation().pending_op_name in AllocateRawInternal()
514 {"tf_op", annotation.pending_op_name}, in AddTraceMe()
571 chunk->op_name = annotation.pending_op_name; in FindChunkPtr()
572 if (!annotation.pending_op_name) { in FindChunkPtr()
575 << static_cast<const void*>(&annotation.pending_op_name) in FindChunkPtr()