MCPcopy 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
43double getSize() {
44 ProcMemory m = getProcMemory();
45 return m.size;
46}
47
48double getResident() {
49 ProcMemory m = getProcMemory();

Callers

nothing calls this directly

Calls 1

getProcMemoryFunction · 0.70

Tested by

no test coverage detected