Home
last modified time | relevance | path

Searched refs:ScopedMemoryDebugAnnotation (Results 1 – 15 of 15) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dallocator.h81 class ScopedMemoryDebugAnnotation {
87 explicit ScopedMemoryDebugAnnotation(const char* op_name) { in ScopedMemoryDebugAnnotation() function
93 explicit ScopedMemoryDebugAnnotation(const char* op_name, int64 step_id) { in ScopedMemoryDebugAnnotation() function
102 explicit ScopedMemoryDebugAnnotation(const char* op_name, in ScopedMemoryDebugAnnotation() function
114 explicit ScopedMemoryDebugAnnotation(const char* op_name, int64 step_id, in ScopedMemoryDebugAnnotation() function
125 ~ScopedMemoryDebugAnnotation() { annotation_ = last_annotation_; } in ~ScopedMemoryDebugAnnotation()
142 TF_DISALLOW_COPY_AND_ASSIGN(ScopedMemoryDebugAnnotation);
Dallocator.cc30 thread_local MemoryDebugAnnotation ScopedMemoryDebugAnnotation::annotation_;
Dop_kernel.cc764 ScopedMemoryDebugAnnotation op_annotation(op_kernel().name_view().data(), in allocate_output()
795 ScopedMemoryDebugAnnotation op_annotation(op_kernel().name_view().data(), in allocate_temp()
825 ScopedMemoryDebugAnnotation op_annotation(op_kernel().name_view().data(), in allocate_persistent()
933 ScopedMemoryDebugAnnotation op_annotation(op_kernel().name_view().data(), in maybe_set_output_by_allocate_and_copy()
/external/tensorflow/tensorflow/core/common_runtime/
Drendezvous_mgr.cc77 ScopedMemoryDebugAnnotation op_annotation("SameWorkerRecvDone", 0, "dynamic", in SameWorkerRecvDone()
122 ScopedMemoryDebugAnnotation op_annotation("RecvAsync"); in IntraProcessRecvAsyncImpl()
Dbfc_allocator_test.cc57 ScopedMemoryDebugAnnotation annotation(test_op_name.data()); in BM_Allocator()
Dbfc_allocator.cc461 << ScopedMemoryDebugAnnotation::CurrentAnnotation().pending_op_name in AllocateRawInternal()
499 ScopedMemoryDebugAnnotation::CurrentAnnotation(); in AddTraceMe()
570 ScopedMemoryDebugAnnotation::CurrentAnnotation(); in FindChunkPtr()
Dhierarchical_tree_broadcaster.cc410 ScopedMemoryDebugAnnotation op_annotation( in DispatchSend()
Dbase_collective_executor.cc154 ScopedMemoryDebugAnnotation op_annotation( in TempChunk()
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcopy_to_device_node.h53 ScopedMemoryDebugAnnotation op_annotation( in Run()
Dexecute.cc696 ScopedMemoryDebugAnnotation op_annotation( in EagerLocalExecute()
1367 ScopedMemoryDebugAnnotation op_annotation( in EagerLocalExecuteAsync()
/external/tensorflow/tensorflow/core/distributed_runtime/
Dbase_rendezvous_mgr.cc262 ScopedMemoryDebugAnnotation op_annotation("SameWorkerRecvDone", step_id_, in SameWorkerRecvDone()
312 ScopedMemoryDebugAnnotation op_annotation("RecvAsync", step_id_); in RecvAsync()
Dcollective_rma_distributed.cc135 ScopedMemoryDebugAnnotation op_annotation( in RecvFromPeer()
/external/tensorflow/tensorflow/core/kernels/
Dconstant_op.cc76 ScopedMemoryDebugAnnotation op_annotation(name_view().data()); in ConstantOp()
/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_device.cc408 ScopedMemoryDebugAnnotation op_annotation("ScratchBuffer"); in InitScratchBuffers()
567 ScopedMemoryDebugAnnotation op_annotation(op_kernel->name_view().data(), in Compute()
699 ScopedMemoryDebugAnnotation op_annotation("MakeTensorFromProto", "dynamic", in MakeTensorFromProto()
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_worker_service.cc672 ScopedMemoryDebugAnnotation op_annotation( in RecvBufAsync()