Searched refs:kPrimDepthwiseConv2dNative (Results 1 – 4 of 4) sorted by relevance
35 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()
146 REG_ADPT_DESC(DepthwiseConv2D, prim::kPrimDepthwiseConv2dNative->name(), ADPT_DESC(DepthwiseConv2D))
319 inline const PrimitivePtr kPrimDepthwiseConv2dNative = std::make_shared<Primitive>("DepthwiseConv2d… variable
599 IsPrimitiveCNode(node, prim::kPrimDepthwiseConv2dNative)); in FetchInfoForQuantExport()