tf.nn.depthwise_conv2d_backprop_filter

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

tf.nn.depthwise_conv2d_backprop_filter(
    input, filter_sizes, out_backprop, strides, padding, data_format='NHWC',
    dilations=[1, 1, 1, 1], name=None
)

Args:

Returns:

A Tensor. Has the same type as input.