Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/_extends/graph_kernel/expanders/
Dsquare_sum_all.py19 class SquareSumAll(Expander): class
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/
Dsquare_sum_all_impl.cu84 void SquareSumAll(const size_t input_size_, const T* input_addr_0, const T* input_addr_1, in SquareSumAll() function
/third_party/mindspore/mindspore/ops/operations/
Dmath_ops.py4769 class SquareSumAll(PrimitiveWithInfer): class