Searched defs:partial_sum (Results 1 – 6 of 6) sorted by relevance
/third_party/boost/boost/lambda/ |
D | numeric.hpp | 70 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/ |
D | partial_sum.hpp | 33 partial_sum(InputIterator first, in partial_sum() function
|
/third_party/boost/boost/compute/algorithm/ |
D | partial_sum.hpp | 33 partial_sum(InputIterator first, in partial_sum() function
|
/third_party/boost/boost/range/ |
D | numeric.hpp | 140 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/ |
D | transformation.hpp | 836 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/ |
D | bias_add_grad_impl.cu | 59 float partial_sum = 0.0; in BiasAddGradNHWC() local
|