For the complete documentation index, see llms.txt. Markdown versions of all pages are available by appending .md to any URL (e.g. /max/get-started.md).
Mojo module
causal_conv1d_ops
Causal Conv1D operation registrations for state space models.
Provides compiler-registered operations for causal 1D convolution:
- CausalConv1D: Forward pass convolution with optional SiLU activation
- CausalConv1DUpdate: Incremental update for autoregressive decoding
Structsโ
- โ
CausalConv1D: Causal 1D convolution operation with bias. - โ
CausalConv1DUpdate: Incremental causal conv1d update for autoregressive decoding.
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!