Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ getSize
Function
getSize
tensorflow/core/kernels/embedding_variable_test.h:96–99 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
94
}
95
96
double getSize() {
97
ProcMemory m = getProcMemory();
98
return m.size;
99
}
100
101
double getResident() {
102
ProcMemory m = getProcMemory();
Callers
nothing calls this directly
Calls
1
getProcMemory
Function · 0.70
Tested by
no test coverage detected