tf.nn.depthwise_conv2d_native

tf.nn.depthwise_conv2d_native

tf.nn.depthwise_conv2d_native

depthwise_conv2d_native(
    input,
    filter,
    strides,
    padding,
    data_format=None,
    name=None
)

Defined in tensorflow/python/ops/gen_nn_ops.py.

See the guide: Neural Network > Convolution

Computes a 2-D depthwise convolution given 4-D input and filter tensors.

Given an input tensor of shape [batch, in_height, in_width, in_channels] and a filter / kernel tensor of sh