| 484 | core::TensorShape::from_dims({input.shape.dims[0], input.shape.dims[1], input.shape.dims[2] + left_pad}), |
| 485 | GGML_TYPE_F32); |
| 486 | } |
| 487 | |
| 488 | core::TensorValue causal_conv1d( |
| 489 | core::ModuleBuildContext & ctx, |
| 490 | const core::TensorValue & input, |
| 491 | const modules::Conv1dWeights & weights, |
no test coverage detected