Home
last modified time | relevance | path

Searched refs:kPrimSoftmax (Results 1 – 6 of 6) sorted by relevance

/third_party/mindspore/mindspore/core/ops/
Dsoftmax.cc84 REGISTER_PRIMITIVE_EVAL_IMPL(Softmax, prim::kPrimSoftmax, SoftmaxInfer, nullptr, true);
/third_party/mindspore/mindspore/lite/tools/optimizer/fusion/
Dmulti_head_attention_fusion.cc84 auto is_softmax = std::make_shared<CondVar>(std::bind(IsOpType, p1, prim::kPrimSoftmax)); in DefineMPWithMaskPattern()
217 auto is_softmax = std::make_shared<CondVar>(std::bind(IsOpType, p1, prim::kPrimSoftmax)); in DefineMPWithoutMaskPattern()
Dtflite_rel_pos_multi_head_attention_fusion.cc133 auto is_softmax = std::make_shared<CondVar>(std::bind(IsOpType, p1, prim::kPrimSoftmax)); in DefinePatterns()
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/graph_kernel/
Dgraph_kernel_expander.cc89 {kGPUDevice, OpLevel_1, prim::kPrimSoftmax}, in GetExpandOps()
/third_party/mindspore/mindspore/core/base/
Dcore_ops.h265 inline const PrimitivePtr kPrimSoftmax = std::make_shared<Primitive>("Softmax"); variable
/third_party/mindspore/mindspore/lite/tools/optimizer/graph/
Dslice_prepose_pass.cc1477 if (CheckPrimitiveType(preceed_cnode, prim::kPrimSoftmax)) { in DoPrepose()