Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dallocator.h77 const TensorShape* pending_shape = nullptr; member
111 annotation_.pending_shape = shape; in ScopedMemoryDebugAnnotation()
122 annotation_.pending_shape = shape; in ScopedMemoryDebugAnnotation()
133 annotation_.pending_shape = nullptr; in CleanupAnnotation()
/external/tensorflow/tensorflow/core/common_runtime/
Dbfc_allocator.cc501 if (annotation.pending_shape) { in AddTraceMe()
502 tensor_shape = annotation.pending_shape->DebugString(); in AddTraceMe()