Home
last modified time | relevance | path

Searched defs:accumulate (Results 1 – 25 of 37) sorted by relevance

12

/third_party/boost/boost/phoenix/stl/algorithm/
Diteration.hpp48 struct accumulate struct
54 struct result<This(R&, I)>
59 struct result<This(R&, I &)>
65 struct result<This(R&, I, C)>
70 struct result<This(R&, I &, C)>
77 operator()(R& r, I i) const in operator ()()
84 operator()(R& r, I i, C c) const in operator ()()
/third_party/boost/boost/fusion/algorithm/iteration/
Daccumulate.hpp22 struct accumulate struct
30 accumulate(Sequence& seq, State const& state, F f) in accumulate() function
38 accumulate(Sequence const& seq, State const& state, F f) in accumulate() function
/third_party/boost/boost/lambda/
Dnumeric.hpp25 struct accumulate { struct
28 struct sig {
36 operator()(A a, B b, C c) const in operator ()()
41 operator()(A a, B b, C c, D d) const in operator ()()
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/fp32_grad/
Dsgd.cc33 int DoSgd(float *weight, float *accumulate, const float *gradient, float learning_rate, float dampe… in DoSgd()
55 int DoSgdInit(float *weight, float *accumulate, float *gradient, float *stat, float learning_rate, … in DoSgdInit()
74 auto accumulate = reinterpret_cast<float *>(in_tensors_.at(3)->MutableData()); in Execute() local
98 auto accumulate = reinterpret_cast<float *>(in_tensors_.at(3)->MutableData()); in ExecuteInit() local
205 auto accumulate = reinterpret_cast<float *>(in_tensors_.at(3)->MutableData()); in OptimizerStep() local
Dapply_momentum.cc32 static int DoApplyMomentum(float *weight, float *accumulate, float learning_rate, const float *grad… in DoApplyMomentum()
52 auto accumulate = reinterpret_cast<float *>(in_tensors_.at(SECOND_INPUT)->data()); in Execute() local
122 auto accumulate = reinterpret_cast<float *>(in_tensors_.at(SECOND_INPUT)->data()); in OptimizerStep() local
/third_party/boost/boost/mpl/
Daccumulate.hpp29 struct accumulate struct
/third_party/mindspore/mindspore/lite/java/java/fl_client/src/main/java/com/mindspore/flclient/cipher/
DShareSecrets.java89 BigInteger accumulate = secret; in split() local
119 BigInteger accumulate = BigInteger.ZERO; in combine() local
/third_party/boost/libs/mpl/doc/src/refmanual/
Daccumulate.rst3 accumulate title
/third_party/boost/boost/range/
Dnumeric.hpp39 inline Value accumulate(const SinglePassRange& rng, Value init) in accumulate() function
48 inline Value accumulate(const SinglePassRange& rng, Value init, in accumulate() function
/third_party/boost/libs/compute/include/boost/compute/algorithm/
Daccumulate.hpp166 inline T accumulate(InputIterator first, in accumulate() function
179 inline T accumulate(InputIterator first, in accumulate() function
/third_party/boost/boost/compute/algorithm/
Daccumulate.hpp166 inline T accumulate(InputIterator first, in accumulate() function
179 inline T accumulate(InputIterator first, in accumulate() function
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/base/
Dbroadcast_to.c22 size_t accumulate(const int *shape, int start, int end) { in accumulate() function
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/
Dapply_momentum_cpu_kernel.cc40 auto *accumulate = reinterpret_cast<float *>(inputs[1]->addr); in Launch() local
/third_party/boost/libs/serialization/test/
DA.cpp44 void accumulate(std::size_t & s, const T & t){ in accumulate() function
/third_party/boost/libs/hana/include/boost/hana/detail/
Dalgorithm.hpp161 constexpr T accumulate(InputIt first, InputIt last, T init, F f) { in accumulate() function
168 constexpr T accumulate(InputIt first, InputIt last, T init) { in accumulate() function
/third_party/boost/boost/hana/detail/
Dalgorithm.hpp161 constexpr T accumulate(InputIt first, InputIt last, T init, F f) { in accumulate() function
168 constexpr T accumulate(InputIt first, InputIt last, T init) { in accumulate() function
/third_party/boost/boost/numeric/ublas/tensor/
Dalgorithms.hpp139 ValueType accumulate(SizeType const p, SizeType const*const n, in accumulate() function
188 ValueType accumulate(SizeType const p, SizeType const*const n, in accumulate() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLiveRegUnits.cpp64 void LiveRegUnits::accumulate(const MachineInstr &MI) { in accumulate() function in LiveRegUnits
/third_party/libsoup/libsoup/
Dsoup-message-body.c367 gboolean accumulate; member
430 gboolean accumulate) in soup_message_body_set_accumulate()
/third_party/boost/libs/serialization/example/
Ddemo_dll_a.hpp152 void accumulate(std::size_t & s, const T & t){ in accumulate() function
/third_party/mindspore/mindspore/ccsrc/ps/
Doptimizer_info_builder.cc123 AddressPtr accumulate = std::make_shared<kernel::Address>(); in BuildInputs() local
Doptimizer_info.cc265 MomentumOptimInfo::MomentumOptimInfo(const AddressPtr &weight, const AddressPtr &accumulate, in MomentumOptimInfo()
/third_party/boost/libs/hana/example/tutorial/
Dappendix_mpl.cpp187 using accumulate = fold<Sequence, State, F>; typedef
/third_party/grpc/third_party/upb/upb/pb/
Dencoder.c205 static void accumulate(upb_pb_encoder *e) { in accumulate() function
/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_shader.cpp638 void shader_stats::accumulate(shader_stats& s) { in accumulate() function in r600_sb::shader_stats

12