MCPcopy 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
96double getSize() {
97 ProcMemory m = getProcMemory();
98 return m.size;
99}
100
101double getResident() {
102 ProcMemory m = getProcMemory();

Callers

nothing calls this directly

Calls 1

getProcMemoryFunction · 0.70

Tested by

no test coverage detected