MCPcopy Create free account
hub / github.com/0xShug0/audio.cpp / validate_concat_shapes

Function validate_concat_shapes

src/framework/modules/structural_modules.cpp:185–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183 dims[1],
184 dims[2],
185 input.tensor->nb[1],
186 input.tensor->nb[2],
187 offset_bytes);
188 case 4:
189 return ggml_view_4d(
190 ctx.ggml,
191 input.tensor,
192 dims[0],
193 dims[1],
194 dims[2],
195 dims[3],
196 input.tensor->nb[1],
197 input.tensor->nb[2],
198 input.tensor->nb[3],
199 offset_bytes);
200 default:

Callers 1

buildMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected