MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / RecordDeallocation

Method RecordDeallocation

tensorflow/core/framework/tensor.cc:120–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118
119 protected:
120 void RecordDeallocation() {
121 LogMemory::RecordTensorDeallocation(alloc_->AllocationId(data()),
122 alloc_->Name());
123 }
124
125 Allocator* const alloc_;
126};

Callers

nothing calls this directly

Calls 3

dataFunction · 0.50
AllocationIdMethod · 0.45
NameMethod · 0.45

Tested by

no test coverage detected