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

Method KVVector

src/parameter/kv_vector.h:15–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13class KVVector : public SharedParameter<K> {
14 public:
15 KVVector(const string& my_name, const string& parent_name = FLAGS_app_name, int k = 1) :
16 SharedParameter<K>(my_name, parent_name), val_entry_size_(k) { }
17 // KVVector() : val_entry_size_(1) { }
18 // KVVector(int k) : val_entry_size_(k) { }
19 virtual ~KVVector() { }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected