| 764 | |
| 765 | // Spatial downsample: DW Conv 3×3, stride=2 |
| 766 | struct ggml_tensor* spatial_w = nullptr; // [3, 3, 1, ch_in] |
| 767 | struct ggml_tensor* spatial_b = nullptr; // [ch_in] |
| 768 | |
| 769 | // Channel expand: 1×1 Conv |
nothing calls this directly
no outgoing calls
no test coverage detected