Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
data
Function · 0.50
AllocationId
Method · 0.45
Name
Method · 0.45
Tested by
no test coverage detected