Home
last modified time | relevance | path

Searched defs:ReduceAll (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/core/ops/
Dreduce_all.h35 ReduceAll() : Reduce(kNameReduceAll) { InitIOName({"input_x", "axis"}, {"y"}); } in ReduceAll() function
/third_party/mindspore/tests/st/ops/gpu/
Dtest_reduce_all_op.py43 class ReduceAll(nn.Cell): class
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32/
Dreduce_fp32.c282 int ReduceAll(int outer_size, int inner_size, int axis_size, const bool *src_data, bool *dst_data, … in ReduceAll() function
/third_party/mindspore/mindspore/ops/operations/
Dmath_ops.py624 class ReduceAll(_Reduce): class