Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ getResident
Function
getResident
tensorflow/core/kernels/embedding_variable_test.h:101–104 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
99
}
100
101
double getResident() {
102
ProcMemory m = getProcMemory();
103
return m.resident;
104
}
105
106
EmbeddingVar<int64, float>* CreateEmbeddingVar(
107
int value_size, Tensor& default_value,
Callers
1
PerfMemory
Function · 0.70
Calls
1
getProcMemory
Function · 0.70
Tested by
no test coverage detected