CausalDepthwiseConv1DΒΆ

Causal depth-wise convolution applied to a 1-d sequence.

Abstract Signature:

CausalDepthwiseConv1D(kernel_size: int, hidden_dims: int)

PyTorch

API: torch.nn.Conv1d
Strategy: Direct Mapping

PaxML / Praxis

API: praxis.layers.CausalDepthwiseConv1D
Strategy: Direct Mapping