Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/core/ops/symbol_ops_impl/
Dgroup_norm_grad.cc21 class MS_CORE_API GroupNormGrad : public InferShapeOp { class
24 explicit GroupNormGrad(const SymbolPtr &x) : InferShapeOp({x}) {} in GroupNormGrad() function in mindspore::symshape::ops::GroupNormGrad
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/cuda_impl/cuda_ops/
Dgroup_norm_grad_impl.cu228 cudaError_t GroupNormGrad(const int batch, const int num_channel, const int HxW, const int num_grou… in GroupNormGrad() function
/third_party/mindspore/mindspore-src/source/mindspore/core/ops/auto_generate/
Dgen_lite_ops.h1173 GroupNormGrad() : BaseOperator(kNameGroupNormGrad) {} in GroupNormGrad() function