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

Class KVVector

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

Source from the content-addressed store, hash-verified

5namespace PS {
6
7template<typename K, typename V> class KVVector;
8template<typename K, typename V> using KVVectorPtr = std::shared_ptr<KVVector<K,V>>;
9
10// key-value vector, the (global) keys are sorted and unique. Both keys and

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected