Home
last modified time | relevance | path

Searched refs:kPrimDepthwiseConv2dNative (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/buffer_fusion/
Ddepthwiseconv_eltwise_fusion_pass.cc35 if (cnode->isa<CNode>() && IsPrimitiveCNode(depthwise_conv, prim::kPrimDepthwiseConv2dNative)) { in MatchDepthwiseConvRelu()
66 …ut->isa<CNode>() && AnfAlgo::CheckPrimitiveType(eltwise_input, prim::kPrimDepthwiseConv2dNative)) { in MatchSingleFusionPattern()
69 } else if (AnfAlgo::GetCNodeName(cnode) == prim::kPrimDepthwiseConv2dNative->name()) { in MatchSingleFusionPattern()
/third_party/mindspore/mindspore/ccsrc/transform/graph_ir/op_declare/
Dnn_calculation_ops_declare.cc146 REG_ADPT_DESC(DepthwiseConv2D, prim::kPrimDepthwiseConv2dNative->name(), ADPT_DESC(DepthwiseConv2D))
/third_party/mindspore/mindspore/core/base/
Dcore_ops.h319 inline const PrimitivePtr kPrimDepthwiseConv2dNative = std::make_shared<Primitive>("DepthwiseConv2d… variable
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/
Dpipeline.cc599 IsPrimitiveCNode(node, prim::kPrimDepthwiseConv2dNative)); in FetchInfoForQuantExport()