Home
last modified time | relevance | path

Searched refs:kSoftmaxGradExtOpName (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/ir_fusion/
Dsoftmax_grad_ext_fusion.cc68 auto prim = std::make_shared<Primitive>(kSoftmaxGradExtOpName); in Process()
/third_party/mindspore/mindspore/ccsrc/utils/
Dutils.h207 constexpr auto kSoftmaxGradExtOpName = "SoftmaxGradExt"; variable