↓ 10 callersFunctionggml_im2colim2col: [N, IC, IH, IW] => [N, OH, OW, IC*KH*KW] a: [OC,IC, KH, KW] b: [N, IC, IH, IW] result: [N, OH, OW, IC*KH*KW]
external/ggml/src/ggml.c:4438
↓ 9 callersMethodconv1d(self, x: torch.Tensor, prefix: str, stride: int, dilation: int, padding: int, groups: int, bias: bool)
tests/perf/model_perf.py:318