tf.compat.v1.nn.conv2d_backprop_input

View source on GitHub

Computes the gradients of convolution with respect to the input.

tf.compat.v1.nn.conv2d_backprop_input(
    input_sizes, filter=None, out_backprop=None, strides=None, padding=None,
    use_cudnn_on_gpu=True, data_format='NHWC', dilations=[1, 1, 1, 1], name=None,
    filters=None
)

Args:

Returns:

A Tensor. Has the same type as filter.