mxnet
|
This is the complete list of members for mxnet::cpp::KVStore, including all inherited members.
Barrier() | mxnet::cpp::KVStore | static |
GetNumWorkers() | mxnet::cpp::KVStore | static |
GetRank() | mxnet::cpp::KVStore | static |
GetRole() | mxnet::cpp::KVStore | static |
GetType() | mxnet::cpp::KVStore | static |
Init(int key, const NDArray &val) | mxnet::cpp::KVStore | static |
Init(const std::vector< int > &keys, const std::vector< NDArray > &vals) | mxnet::cpp::KVStore | static |
Pull(int key, NDArray *out, int priority=0) | mxnet::cpp::KVStore | static |
Pull(const std::vector< int > &keys, std::vector< NDArray > *outs, int priority=0) | mxnet::cpp::KVStore | static |
Push(int key, const NDArray &val, int priority=0) | mxnet::cpp::KVStore | static |
Push(const std::vector< int > &keys, const std::vector< NDArray > &vals, int priority=0) | mxnet::cpp::KVStore | static |
RunServer() | mxnet::cpp::KVStore | static |
SetOptimizer(std::unique_ptr< Optimizer > optimizer, bool local=false) | mxnet::cpp::KVStore | static |
SetType(const std::string &type) | mxnet::cpp::KVStore | static |