tf.keras.backend.depthwise_conv2d

View source on GitHub

2D convolution with separable filters.

tf.keras.backend.depthwise_conv2d(
    x, depthwise_kernel, strides=(1, 1), padding='valid', data_format=None,
    dilation_rate=(1, 1)
)

Arguments:

Returns:

Output tensor.

Raises: