Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ getSize
Function
getSize
tensorflow/core/framework/ev_allocator_test.cc:43–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
41
}
42
43
double getSize() {
44
ProcMemory m = getProcMemory();
45
return m.size;
46
}
47
48
double getResident() {
49
ProcMemory m = getProcMemory();
Callers
nothing calls this directly
Calls
1
getProcMemory
Function · 0.70
Tested by
no test coverage detected