Home
last modified time | relevance | path

Searched defs:partial_sum (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/boost/lambda/
Dnumeric.hpp70 struct partial_sum { struct
73 struct sig {
81 operator()(A a, B b, C c) const in operator ()()
86 operator()(A a, B b, C c, D d) const in operator ()()
/third_party/boost/libs/compute/include/boost/compute/algorithm/
Dpartial_sum.hpp33 partial_sum(InputIterator first, in partial_sum() function
/third_party/boost/boost/compute/algorithm/
Dpartial_sum.hpp33 partial_sum(InputIterator first, in partial_sum() function
/third_party/boost/boost/range/
Dnumeric.hpp140 inline OutputIterator partial_sum(const SinglePassRange& rng, in partial_sum() function
150 inline OutputIterator partial_sum( in partial_sum() function
/third_party/boost/boost/phoenix/stl/algorithm/
Dtransformation.hpp836 struct partial_sum struct
842 struct result<This(R&, I)>
847 struct result<This(R&, I, C)>
853 operator()(R& r, I i) const in operator ()()
861 operator()(R& r, I i, C c) const in operator ()()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/
Dbias_add_grad_impl.cu59 float partial_sum = 0.0; in BiasAddGradNHWC() local