MCPcopy Create free account
hub / github.com/alibaba/nann / separable_conv2d

Function separable_conv2d

tensorflow/tensorflow/python/keras/backend.py:4905–4958  ·  view source on GitHub ↗

2D convolution with separable filters. Arguments: x: input tensor depthwise_kernel: convolution kernel for the depthwise convolution. pointwise_kernel: kernel for the 1x1 convolution. strides: strides tuple (length 2). padding: string, `"same"` or `"valid"`. da

(x,
                     depthwise_kernel,
                     pointwise_kernel,
                     strides=(1, 1),
                     padding='valid',
                     data_format=None,
                     dilation_rate=(1, 1))

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 5

image_data_formatFunction · 0.85
_preprocess_conv2d_inputFunction · 0.85
_preprocess_paddingFunction · 0.85
tupleFunction · 0.85
transposeMethod · 0.80

Tested by

no test coverage detected