Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/ops/
Dreluv2.h35 ReLUV2() : PrimitiveC(prim::kPrimReluV2->name()) { InitIOName({"x"}, {"output", "mask"}); } in ReLUV2()
Dreluv2.cc109 REGISTER_PRIMITIVE_EVAL_IMPL(ReLUV2, prim::kPrimReluV2, ReLUV2Infer, nullptr, true);
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/buffer_fusion/
Dconv_double_in_fusion_pass.cc66 !AnfAlgo::CheckPrimitiveType(node, prim::kPrimReluV2)) { in MatchSingleFusionPattern()
Ddepthwiseconv_eltwise_fusion_pass.cc44 …ode>() && (IsPrimitiveCNode(relu, prim::kPrimRelu) || IsPrimitiveCNode(relu, prim::kPrimReluV2))) { in MatchDepthwiseConvRelu()
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/gpu/
Dadd_relu_v2_fusion.cc56 VectorRef relu = VectorRef({prim::kPrimReluV2, VectorRef({prim::kPrimAdd, x1_, x2_})}); in DefinePattern()
/third_party/mindspore/mindspore/core/base/
Dcore_ops.h370 inline const PrimitivePtr kPrimReluV2 = std::make_shared<Primitive>(kReLUV2); variable