Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/ops/grad/
Dlayer_norm_grad.h32 LayerNormGrad() : PrimitiveC(kNameLayerNormGrad) {} in LayerNormGrad() function
33 explicit LayerNormGrad(const std::string k_name) : PrimitiveC(k_name) {} in LayerNormGrad() function
/third_party/mindspore/mindspore/_extends/graph_kernel/expanders/
Dlayernorm_grad.py22 class LayerNormGrad(Expander): class
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32_grad/
Dlayernorm_grad.c21 int LayerNormGrad(const float *x, const float *dy, const float *var, const float *mean, const float… in LayerNormGrad() function
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/
Dlayer_norm_grad_impl.cu236 void LayerNormGrad(const int &row_dim, const int &col_dim, const int &param_dim, const T &epsilon, … in LayerNormGrad() function
/third_party/mindspore/mindspore/ops/operations/
D_grad_ops.py1160 class LayerNormGrad(Primitive): class