| 488 | core::TensorValue causal_conv1d( |
| 489 | core::ModuleBuildContext & ctx, |
| 490 | const core::TensorValue & input, |
| 491 | const modules::Conv1dWeights & weights, |
| 492 | int64_t in_channels, |
| 493 | int64_t out_channels, |
| 494 | int64_t kernel_size, |
| 495 | int64_t dilation = 1) { |
no test coverage detected