mxnet
mxnet::cpp::KVStore Member List

This is the complete list of members for mxnet::cpp::KVStore, including all inherited members.

Barrier()mxnet::cpp::KVStorestatic
GetNumWorkers()mxnet::cpp::KVStorestatic
GetRank()mxnet::cpp::KVStorestatic
GetRole()mxnet::cpp::KVStorestatic
GetType()mxnet::cpp::KVStorestatic
Init(int key, const NDArray &val)mxnet::cpp::KVStorestatic
Init(const std::string &key, const NDArray &val)mxnet::cpp::KVStorestatic
Init(const std::vector< int > &keys, const std::vector< NDArray > &vals)mxnet::cpp::KVStorestatic
Init(const std::vector< std::string > &keys, const std::vector< NDArray > &vals)mxnet::cpp::KVStorestatic
Pull(int key, NDArray *out, int priority=0)mxnet::cpp::KVStorestatic
Pull(const std::string &key, NDArray *out, int priority=0)mxnet::cpp::KVStorestatic
Pull(const std::vector< int > &keys, std::vector< NDArray > *outs, int priority=0)mxnet::cpp::KVStorestatic
Pull(const std::vector< std::string > &keys, std::vector< NDArray > *outs, int priority=0)mxnet::cpp::KVStorestatic
Push(int key, const NDArray &val, int priority=0)mxnet::cpp::KVStorestatic
Push(const std::string &key, const NDArray &val, int priority=0)mxnet::cpp::KVStorestatic
Push(const std::vector< int > &keys, const std::vector< NDArray > &vals, int priority=0)mxnet::cpp::KVStorestatic
Push(const std::vector< std::string > &keys, const std::vector< NDArray > &vals, int priority=0)mxnet::cpp::KVStorestatic
RunServer()mxnet::cpp::KVStorestatic
SetOptimizer(std::unique_ptr< Optimizer > optimizer, bool local=false)mxnet::cpp::KVStorestatic
SetType(const std::string &type)mxnet::cpp::KVStorestatic