Home
last modified time | relevance | path

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

/third_party/boost/boost/accumulators/statistics/
Dcovariance.hpp47 struct outer_product struct
52 struct outer_product<Left, Right, std_vector_tag, std_vector_tag> struct
54 typedef Left first_argument_type;
55 typedef Right second_argument_type;
63 result_type;
66 operator ()(Left & left, Right & right) const in operator ()()
81 struct outer_product struct
88 …op::outer_product const &outer_product = boost::detail::pod_singleton<op::outer_product>::instance; variable
/third_party/mindspore/tests/st/ops/graph_kernel/
Dtest_user_define.py60 def outer_product(a, b): function