Home
last modified time | relevance | path

Searched defs:kAccumulation (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/ps/
Dutil.h31 enum ParamType { kUnKnown = 0, kWeight = 1, kAccumulation = 2 }; enumerator
/third_party/mindspore/mindspore/ccsrc/fl/server/
Dcommon.h117 constexpr auto kAccumulation = "accum"; variable