Home
last modified time | relevance | path

Searched defs:AddImpl (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/common/
DTypedInteger.h136 AddImpl(TypedIntegerImpl<Tag, T> lhs, TypedIntegerImpl<Tag, T2> rhs) { in AddImpl() function
146 AddImpl(TypedIntegerImpl<Tag, T> lhs, TypedIntegerImpl<Tag, T2> rhs) { in AddImpl() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/cuda_impl/cuda_ops/
Dsparse_add_impl.cu168 __device__ S AddImpl(S a, S b) { in AddImpl() function
173 __device__ cuComplex AddImpl(cuComplex a, cuComplex b) { in AddImpl() function
178 __device__ cuDoubleComplex AddImpl(cuDoubleComplex a, cuDoubleComplex b) { in AddImpl() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/sequence/
Dscalar_bitwise_cpu_kernel.cc38 void AddImpl(const T *in_x, const S *in_y, N *out) { in AddImpl() function
Dscalar_arithmetic_cpu_kernel.cc53 void AddImpl(const T *in_x, const S *in_y, N *out) { in AddImpl() function
/third_party/mindspore/mindspore-src/source/mindspore/core/ops/ops_frontend_func_impl/
Dscalar_arithmetic.cc29 ValuePtr AddImpl(const ValuePtr &x_value, const ValuePtr &y_value, const std::string &op_name) { in AddImpl() function