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

Function separable_conv1d

tensorflow/tensorflow/python/keras/backend.py:4837–4901  ·  view source on GitHub ↗

1D convolution with separable filters. Arguments: x: input tensor depthwise_kernel: convolution kernel for the depthwise convolution. pointwise_kernel: kernel for the 1x1 convolution. strides: stride integer. padding: string, `"same"` or `"valid"`. data_format:

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

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 6

image_data_formatFunction · 0.85
_preprocess_conv1d_inputFunction · 0.85
_preprocess_paddingFunction · 0.85
tupleFunction · 0.85
transposeMethod · 0.80
expand_dimsMethod · 0.45

Tested by

no test coverage detected