Home
last modified time | relevance | path

Searched refs:kPushCmd (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/ps/
Dconstants.h73 constexpr int64_t kPushCmd = 50; variable
Dworker.cc109 PushData(std::vector<Key>(keys), total_buffer, std::vector<int>(sizes_int), kPushCmd); in Push()
667 SendForPush(kPushCmd, kvs, sparse_partitioner_, attrs); in PushSparseData()
669 SendForPush(kPushCmd, kvs, round_robin_partitioner_, {}); in PushSparseData()
Dparameter_server.cc585 handlers_[kPushCmd] = &ServerHandler::HandlePushReq; in Init()
596 commands_[kPushCmd] = "kPushCmd"; in Init()