Home
last modified time | relevance | path

Searched refs:kBatchNormGradOpName (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/mindir/
Dbn_grad_unify_mindir.cc38 …ctor<AnfNodePtr> bn_grad_inputs = {NewValueNode(std::make_shared<Primitive>(kBatchNormGradOpName)), in CreateNewBatchNormGrad()
63 auto prim = std::make_shared<Primitive>(kBatchNormGradOpName); in DefinePattern()
/third_party/mindspore/mindspore/ccsrc/runtime/device/gpu/
Dkernel_info_setter.h52 {kBatchNormGradOpName, {{0, 1}, {0}}},
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/ir_fission/
Dbatch_norm_grad_split.cc89 auto prim = std::make_shared<Primitive>(kBatchNormGradOpName); in DefinePattern()
/third_party/mindspore/mindspore/ccsrc/utils/
Dutils.h155 constexpr auto kBatchNormGradOpName = "BatchNormGrad"; variable
665 kBatchNorm, kBatchNormGradOpName};
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/nn/
Dbatch_norm_grad_gpu_kernel.h120 if (kernel_name == kBatchNormGradOpName) { in Init()