Searched defs:SquareSumAll (Results 1 – 4 of 4) sorted by relevance
22 class SquareSumAll : public OpDesc { class24 SquareSumAll() {} in SquareSumAll() function in mindspore::graphkernel::expanders::SquareSumAll
35 …SquareSumAll() : BaseOperator(kNameSquareSumAll) { InitIOName({"x", "y"}, {"output_x", "output_y"}… in SquareSumAll() function
84 cudaError_t SquareSumAll(const size_t input_size_, const T *input_addr_0, const T *input_addr_1, T … in SquareSumAll() function
2636 class SquareSumAll(Primitive): class