Home
last modified time | relevance | path

Searched defs:axes (Results 1 – 25 of 114) sorted by relevance

12345

/third_party/boost/libs/histogram/test/
Dutility_histogram.hpp38 auto make(static_tag, const Axes&... axes) { in make()
43 auto make_s(static_tag, S&& s, const Axes&... axes) { in make_s()
48 auto make(dynamic_tag, const Axes&... axes) { in make()
53 auto make_s(dynamic_tag, S&& s, const Axes&... axes) { in make_s()
Ddeduction_guides_test.cpp116 auto axes = {a0, a1}; in main() local
128 auto axes = {a0, a1}; in main() local
/third_party/libinput/test/
Dtest-tablet.c57 struct axis_replacement axes[] = { in START_TEST() local
100 struct axis_replacement axes[] = { in START_TEST() local
215 struct axis_replacement axes[] = { in START_TEST() local
267 struct axis_replacement axes[] = { in START_TEST() local
307 struct axis_replacement axes[] = { in START_TEST() local
354 struct axis_replacement axes[] = { in START_TEST() local
440 struct axis_replacement axes[] = { in START_TEST() local
524 struct axis_replacement axes[] = { in START_TEST() local
575 struct axis_replacement axes[] = { in START_TEST() local
631 struct axis_replacement axes[] = { in START_TEST() local
[all …]
Dtest-touchpad-tap.c2778 struct axis_replacement axes[] = { in START_TEST() local
2804 struct axis_replacement axes[] = { in START_TEST() local
2831 struct axis_replacement axes[] = { in START_TEST() local
2861 struct axis_replacement axes[] = { in START_TEST() local
2891 struct axis_replacement axes[] = { in START_TEST() local
2932 struct axis_replacement axes[] = { in START_TEST() local
2973 struct axis_replacement axes[] = { in START_TEST() local
3025 struct axis_replacement axes[] = { in START_TEST() local
3067 struct axis_replacement axes[] = { in START_TEST() local
3116 struct axis_replacement axes[] = { in START_TEST() local
[all …]
Dtest-touchpad.c1808 struct axis_replacement axes[] = { in START_TEST() local
1831 struct axis_replacement axes[] = { in START_TEST() local
1864 struct axis_replacement axes[] = { in START_TEST() local
1898 struct axis_replacement axes[] = { in START_TEST() local
1946 struct axis_replacement axes[] = { in START_TEST() local
1985 struct axis_replacement axes[] = { in START_TEST() local
2011 struct axis_replacement axes[] = { in START_TEST() local
2035 struct axis_replacement axes[] = { in START_TEST() local
2063 struct axis_replacement axes[] = { in START_TEST() local
2102 struct axis_replacement axes[] = { in START_TEST() local
[all …]
/third_party/boost/boost/histogram/detail/
Daxes.hpp94 auto make_empty_dynamic_axes(const T& axes) { in make_empty_dynamic_axes()
121 T axes = make_default(old_axes); in axes_transform() local
158 unsigned axes_rank(const T& axes) { in axes_rank()
170 void throw_if_axes_is_too_large(const T& axes) { in throw_if_axes_is_too_large()
184 decltype(auto) axis_get(std::tuple<Ts...>& axes) { in axis_get()
189 decltype(auto) axis_get(const std::tuple<Ts...>& axes) { in axis_get()
194 decltype(auto) axis_get(T& axes) { in axis_get()
199 decltype(auto) axis_get(const T& axes) { in axis_get()
204 auto axis_get(std::tuple<Ts...>& axes, const unsigned i) { in axis_get()
211 auto axis_get(const std::tuple<Ts...>& axes, const unsigned i) { in axis_get()
[all …]
Dat.hpp23 optional_index at(const A& axes, const std::tuple<Us...>& args) noexcept { in at()
34 optional_index at(const A& axes, const U& args) noexcept { in at()
Dfill_n.hpp124 const std::size_t offset, S& storage, Axes& axes, const T* viter) { in fill_n_indices()
179 void fill_n_nd(const std::size_t offset, S& storage, A& axes, const std::size_t vsize, in fill_n_nd()
223 void fill_n_1(const std::size_t offset, S& storage, std::tuple<As...>& axes, in fill_n_1()
231 void fill_n_1(const std::size_t offset, S& storage, A& axes, const std::size_t vsize, in fill_n_1()
254 std::size_t get_total_size(const A& axes, const dtl::span<const T, N>& values) { in get_total_size()
304 void fill_n(std::true_type, const std::size_t offset, S& storage, A& axes, in fill_n()
/third_party/mindspore/mindspore/lite/test/ut/src/runtime/kernel/arm/int8/
Dreduce_int8_tests.cc66 … int8_t *output_data, ReduceMode mode, const int *axes, const int num_axes) { in Prepare()
98 int axes[] = {3}; in TEST_F() local
123 int axes[] = {0}; in TEST_F() local
146 int axes[] = {-1}; in TEST_F() local
170 int axes[] = {0, 1, 2, 3}; in TEST_F() local
192 int axes[] = {3}; in TEST_F() local
215 int axes[] = {0, 1, 2, 3}; in TEST_F() local
237 int axes[] = {3}; in TEST_F() local
260 int axes[] = {0}; in TEST_F() local
283 int axes[] = {3}; in TEST_F() local
[all …]
/third_party/mindspore/mindspore/lite/test/ut/src/runtime/kernel/arm/fp32/
Dreduce_fp32_tests.cc71 … float *output_data, ReduceMode mode, const int *axes, const int num_axes, in Prepare()
112 int axes[1] = {1}; in TEST_F() local
139 int axes[1] = {1}; in TEST_F() local
167 int axes[1] = {1}; in TEST_F() local
194 int axes[4] = {0, 1, 2, 3}; in TEST_F() local
220 int axes[1] = {1}; in TEST_F() local
249 int axes[1] = {-1}; in TEST_F() local
277 int axes[1] = {-1}; in TEST_F() local
303 int axes[4] = {0}; in TEST_F() local
329 int axes[1] = {1}; in TEST_F() local
[all …]
/third_party/mindspore/mindspore/ops/composite/
Dmath_ops.py111 def _int_to_tuple_conv(axes): argument
122 def _check_axes(axes, prim_name=None): argument
155 def _axes_int_check(x1_shape, x2_shape, axes, prim_name=None): argument
177 def _validate_axes(x1_shape, x2_shape, axes, prim_name=None): argument
219 def _calc_new_shape(shape, axes, position=0): argument
235 def tensor_dot(x1, x2, axes, prim_name='tensor_dot'): argument
447 def _check_axes_for_batch_dot(x1_shape, x2_shape, axes, prim_name=None): argument
496 def _calc_new_shape_batchdot(shape, axes, position=0): argument
535 def batch_dot(x1, x2, axes=None, prim_name=None): argument
/third_party/boost/boost/histogram/
Dmake_histogram.hpp36 auto make_histogram_with(Storage&& storage, Axis&& axis, Axes&&... axes) { in make_histogram_with()
49 auto make_histogram(Axis&& axis, Axes&&... axes) { in make_histogram()
60 auto make_weighted_histogram(Axis&& axis, Axes&&... axes) { in make_weighted_histogram()
Dmake_profile.hpp32 auto make_profile(Axis&& axis, Axes&&... axes) { in make_profile()
43 auto make_weighted_profile(Axis&& axis, Axes&&... axes) { in make_weighted_profile()
Dunsafe_access.hpp34 static auto& axes(Histogram& hist) { in axes() function
40 static const auto& axes(const Histogram& hist) { in axes() function
/third_party/mindspore/tests/st/ops/cpu/
Dtest_batchdot_op.py27 def __init__(self, axes): argument
36 def _reference_batch_dot(x, y, axes): argument
/third_party/libinput/udev/
Dlibinput-fuzz-extract.c50 unsigned int axes[] = {ABS_X, in handle_absfuzz() local
92 unsigned int axes[] = {ABS_X, in handle_evdev_abs() local
/third_party/mindspore/mindspore/core/ops/fusion/
Dslice_fusion.cc23 void SliceFusion::Init(const std::vector<int64_t> &axes) { this->set_axes(axes); } in Init()
25 void SliceFusion::set_axes(const std::vector<int64_t> &axes) { (void)this->AddAttr(kAxes, MakeValue… in set_axes()
/third_party/mindspore/mindspore/lite/test/ut/src/runtime/kernel/arm/fp16/
Dreduce_fp16_tests.cc51 … float *input_data, float *output_data, const int num_axis, const int *axes, in Prepare()
96 int axes[] = {3}; in TEST_F() local
/third_party/boost/boost/histogram/algorithm/
Dproject.hpp43 auto axes = detail::static_if<detail::is_tuple<A>>( in project() local
76 auto axes = detail::make_empty_dynamic_axes(old_axes); in project() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32_grad/
Dreduce_grad.c21const int *axes, int num_axes, float *output_data, const int *output_dims, int output_num_dims) { in ReduceMeanByAxes()
74 int axes[5] = {0}; in ReduceSumByAxes() local
/third_party/boost/libs/histogram/examples/
Dgetting_started_listing_02.cpp30 std::vector<variant> axes; in main() local
/third_party/mindspore/mindspore/lite/tools/converter/parser/caffe/
Dcaffe_reduce_parser.cc50 std::vector<int32_t> axes; in Parse() local
/third_party/mindspore/mindspore/lite/src/ops/populate/
Dslice_populate.cc39 auto axes = value->axes(); in PopulateSliceParameter() local
/third_party/mindspore/mindspore/lite/src/ops/compat/v0/
Dreduce_compat_v0.cc45 std::vector<int> axes = std::vector<int>(axes_attr->begin(), axes_attr->end()); in TransferReduceToAttr() local
/third_party/mindspore/mindspore/lite/tools/converter/parser/tflite/
Dtflite_slice_parser.cc41 std::vector<int64_t> axes; in Parse() local

12345