Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/mindir/
Dconv2d_unify_mindir.cc140 …ePtr> depth_conv_inputs = {NewValueNode(std::make_shared<Primitive>(kDepthwiseConv2dNativeOpName)), in CreateDepthwiseConv2D()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/tbe/
Dtbe_adapter.cc354 … {kDepthwiseConv2dNativeOpName, "DepthwiseConvolution"}, in GetNodeFusionType()
Dtbe_kernel_build.cc1367 … {kDepthwiseConv2dNativeOpName, "DepthwiseConvolution"}, in GetNodeFusionType()
/third_party/mindspore/mindspore/ccsrc/utils/
Dutils.h189 constexpr auto kDepthwiseConv2dNativeOpName = "DepthwiseConv2dNative"; variable