Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/graph_kernel/expanders/
Dsquare_sum_all.cc22 class SquareSumAll : public OpDesc { class
24 SquareSumAll() {} in SquareSumAll() function in mindspore::graphkernel::expanders::SquareSumAll
/third_party/mindspore/mindspore-src/source/mindspore/core/ops/
Dsquare_sum_all.h35SquareSumAll() : BaseOperator(kNameSquareSumAll) { InitIOName({"x", "y"}, {"output_x", "output_y"}… in SquareSumAll() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/cuda_impl/cuda_ops/
Dsquare_sum_all_impl.cu84 cudaError_t SquareSumAll(const size_t input_size_, const T *input_addr_0, const T *input_addr_1, T … in SquareSumAll() function
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/ops/operations/
Dmath_ops.py2636 class SquareSumAll(Primitive): class