Searched refs:INDEX_NOT_SEND (Results 1 – 2 of 2) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/ps/ |
D | constants.h | 210 constexpr size_t INDEX_NOT_SEND = UINT_MAX; variable 218 {"weight", INDEX_NOT_SEND}, {"accum", INDEX_NOT_SEND}, {"lr", 0}, {"grad", 1}, {"momentum", 2}}; 223 const OptimPSSendIdx kSparseAdamPSSendIdx = {{"weight", INDEX_NOT_SEND}, 224 {"m", INDEX_NOT_SEND}, 225 {"v", INDEX_NOT_SEND}, 237 …{"weight", INDEX_NOT_SEND}, {"accum", INDEX_NOT_SEND}, {"linear", INDEX_NOT_SEND}, {"grad", 0}, {"…
|
D | optimizer_info_builder.cc | 74 if (ps_index == INDEX_NOT_SEND) { in GenInputAddrPtr()
|