mindspore.ops.DepthwiseConv2dNative

class mindspore.ops.DepthwiseConv2dNative(channel_multiplier, kernel_size, mode=3, pad_mode='valid', pad=0, stride=1, dilation=1, group=1)[源代码]

DepthwiseConv2dNative will be deprecated in the future. Please use mindspore.nn.Conv2d instead.

Supported Platforms:

Deprecated