Home
last modified time | relevance | path

Searched defs:in_values (Results 1 – 13 of 13) sorted by relevance

/third_party/boost/boost/mpi/collectives/
Dgatherv.hpp31 gatherv_impl(const communicator& comm, const T* in_values, int in_size, in gatherv_impl()
45 gatherv_impl(const communicator& comm, const T* in_values, int in_size, int root, in gatherv_impl()
61 gatherv_impl(const communicator& comm, const T* in_values, int in_size, in gatherv_impl()
74 gatherv_impl(const communicator& comm, const T* in_values, int in_size, int root, in gatherv_impl()
84 gatherv(const communicator& comm, const T* in_values, int in_size, in gatherv()
98 gatherv(const communicator& comm, const std::vector<T>& in_values, in gatherv()
106 void gatherv(const communicator& comm, const T* in_values, int in_size, int root) in gatherv()
113 void gatherv(const communicator& comm, const std::vector<T>& in_values, int root) in gatherv()
124 gatherv(const communicator& comm, const T* in_values, int in_size, in gatherv()
139 gatherv(const communicator& comm, const std::vector<T>& in_values, in gatherv()
Dall_to_all.hpp30 all_to_all_impl(const communicator& comm, const T* in_values, int n, in all_to_all_impl()
44 all_to_all_impl(const communicator& comm, const T* in_values, int n, in all_to_all_impl()
117 all_to_all(const communicator& comm, const T* in_values, T* out_values) in all_to_all()
124 all_to_all(const communicator& comm, const std::vector<T>& in_values, in all_to_all()
134 all_to_all(const communicator& comm, const T* in_values, int n, T* out_values) in all_to_all()
141 all_to_all(const communicator& comm, const std::vector<T>& in_values, int n, in all_to_all()
Dreduce.hpp48 reduce_impl(const communicator& comm, const T* in_values, int n, in reduce_impl()
62 reduce_impl(const communicator& comm, const T* in_values, int n, Op /*op*/, in reduce_impl()
80 reduce_impl(const communicator& comm, const T* in_values, int n, in reduce_impl()
96 reduce_impl(const communicator& comm, const T* in_values, int n, Op op, in reduce_impl()
113 tree_reduce_impl(const communicator& comm, const T* in_values, int n, in tree_reduce_impl()
155 tree_reduce_impl(const communicator& comm, const T* in_values, int n, Op op, in tree_reduce_impl()
166 tree_reduce_impl(const communicator& comm, const T* in_values, int n, in tree_reduce_impl()
207 tree_reduce_impl(const communicator& comm, const T* in_values, int n, Op op, in tree_reduce_impl()
288 reduce_impl(const communicator& comm, const T* in_values, int n, in reduce_impl()
301 reduce_impl(const communicator& comm, const T* in_values, int n, Op op, in reduce_impl()
[all …]
Dall_gatherv.hpp35 all_gatherv_impl(const communicator& comm, const T* in_values, in all_gatherv_impl()
56 all_gatherv_impl(const communicator& comm, const T* in_values, in all_gatherv_impl()
80 all_gatherv(const communicator& comm, const T* in_values, T* out_values, in all_gatherv()
90 all_gatherv(const communicator& comm, std::vector<T> const& in_values, std::vector<T>& out_values, in all_gatherv()
115 all_gatherv(const communicator& comm, const T* in_values, T* out_values, in all_gatherv()
127 all_gatherv(const communicator& comm, std::vector<T> const& in_values, std::vector<T>& out_values, in all_gatherv()
Dscatterv.hpp28 scatterv_impl(const communicator& comm, const T* in_values, T* out_values, int out_size, in scatterv_impl()
62 scatterv_impl(const communicator& comm, const T* in_values, T* out_values, int out_size, in scatterv_impl()
99 scatterv(const communicator& comm, const T* in_values, in scatterv()
110 scatterv(const communicator& comm, const std::vector<T>& in_values, in scatterv()
131 scatterv(const communicator& comm, const T* in_values, in scatterv()
142 scatterv(const communicator& comm, const std::vector<T>& in_values, in scatterv()
150 scatterv(const communicator& comm, const T* in_values, in scatterv()
159 scatterv(const communicator& comm, const std::vector<T>& in_values, in scatterv()
Dgather.hpp33 gather_impl(const communicator& comm, const T* in_values, int n, in gather_impl()
46 gather_impl(const communicator& comm, const T* in_values, int n, int root, in gather_impl()
58 gather_impl(const communicator& comm, const T* in_values, int n, T* out_values, in gather_impl()
112 gather_impl(const communicator& comm, const T* in_values, int n, T* out_values,int root, in gather_impl()
148 gather(const communicator& comm, const T* in_values, int n, T* out_values, in gather()
157 gather(const communicator& comm, const T* in_values, int n, in gather()
167 void gather(const communicator& comm, const T* in_values, int n, int root) in gather()
Dall_gather.hpp33 all_gather_impl(const communicator& comm, const T* in_values, int n, in all_gather_impl()
47 all_gather_impl(const communicator& comm, const T* in_values, int n, in all_gather_impl()
96 all_gather_impl(const communicator& comm, const T* in_values, int n, in all_gather_impl()
121 all_gather(const communicator& comm, const T* in_values, int n, T* out_values) in all_gather()
128 all_gather(const communicator& comm, const T* in_values, int n, std::vector<T>& out_values) in all_gather()
Dscan.hpp49 scan_impl(const communicator& comm, const T* in_values, int n, T* out_values, in scan_impl()
67 scan_impl(const communicator& comm, const T* in_values, int n, T* out_values, in scan_impl()
83 upper_lower_scan(const communicator& comm, const T* in_values, int n, in upper_lower_scan()
132 scan_impl(const communicator& comm, const T* in_values, int n, T* out_values, in scan_impl()
150 scan(const communicator& comm, const T* in_values, int n, T* out_values, Op op) in scan()
Dscatter.hpp30 scatter_impl(const communicator& comm, const T* in_values, T* out_values, in scatter_impl()
98 T const* in_values, in dispatch_scatter_sendbuf()
133 scatter_impl(const communicator& comm, const T* in_values, T* out_values, in scatter_impl()
157 scatter(const communicator& comm, const T* in_values, T& out_value, int root) in scatter()
164 scatter(const communicator& comm, const std::vector<T>& in_values, T& out_value, in scatter()
180 scatter(const communicator& comm, const T* in_values, T* out_values, int n, in scatter()
188 scatter(const communicator& comm, const std::vector<T>& in_values, in scatter()
Dall_reduce.hpp32 all_reduce_impl(const communicator& comm, const T* in_values, int n, in all_reduce_impl()
50 all_reduce_impl(const communicator& comm, const T* in_values, int n, in all_reduce_impl()
69 all_reduce_impl(const communicator& comm, const T* in_values, int n, in all_reduce_impl()
90 all_reduce(const communicator& comm, const T* in_values, int n, T* out_values, in all_reduce()
/third_party/boost/libs/mpi/test/
Dall_to_all_test.cpp35 std::vector<value_type> in_values; in all_to_all_test() local
/third_party/boost/libs/mpi/src/python/
Dcollectives.cpp43 object all_to_all(const communicator& comm, object in_values) in all_to_all()
/third_party/gn/src/base/
Dvalues.cc1245 void ListValue::AppendStrings(const std::vector<std::string>& in_values) { in AppendStrings()
1251 void ListValue::AppendStrings(const std::vector<std::u16string>& in_values) { in AppendStrings()