![]() |
DepthwiseConv2D layer supporting CausalConv.
Inherits From: CausalConvMixin
tfm.vision.layers.DepthwiseConv2D(
*args, use_buffered_input=False, **kwargs
)
Supports padding='causal'
option (like in tf.keras.layers.Conv1D
),
which applies causal padding to the temporal dimension, and same padding in
the spatial dimensions.
Attributes | |
---|---|
use_buffered_input
|
Methods
call
call(
inputs
)
Calls the layer with the given inputs.
convolution_op
convolution_op(
inputs, kernel
)