MCPcopy Create free account
hub / github.com/dmlc/parameter_server / size

Method size

src/util/shared_array.h:71–71  ·  view source on GitHub ↗

Capacity

Source from the content-addressed store, hash-verified

69
70 // Capacity
71 size_t size() const { return size_; }
72 size_t capacity() const { return capacity_; }
73 size_t memSize() const { return capacity_*sizeof(V); }
74

Callers 2

uncompressFromMethod · 0.45
shared_array.hFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected