CausalDepthwiseConv1D ===================== Causal depth-wise convolution applied to a 1-d sequence. **Abstract Signature:** ``CausalDepthwiseConv1D(kernel_size: int, hidden_dims: int)`` .. raw:: html

PyTorch

API: torch.nn.Conv1d
Strategy: Direct Mapping

PaxML / Praxis

API: praxis.layers.CausalDepthwiseConv1D
Strategy: Direct Mapping