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

Method SArray

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

Source from the content-addressed store, hash-verified

28template<typename V> class SArray {
29 public:
30 SArray() { }
31 ~SArray() { }
32 // Create an array with length n. Values are not initialized. To initialize
33 // them, call setValue(v) or setZero()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected