Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ AllocatedSizeSlow
Method
AllocatedSizeSlow
tensorflow/core/framework/ev_allocator.h:711–713 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
709
}
710
711
size_t AllocatedSizeSlow(const void* ptr) const override {
712
return impl_.AllocatedSize(ptr);
713
}
714
715
protected:
716
// Return the smallest alignment multiple that is >= s.
Callers
nothing calls this directly
Calls
1
AllocatedSize
Method · 0.45
Tested by
no test coverage detected