tf.nn.depthwise_conv2d_backprop_input

Computes the gradients of depthwise convolution with respect to the input.

tf.nn.depthwise_conv2d_backprop_input(
    input_sizes, filter, out_backprop, strides, padding, data_format='NHWC',
    dilations=[1, 1, 1, 1], name=None
)

Args:

Returns:

A Tensor. Has the same type as filter.