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

Method build

src/framework/modules/structural_modules.cpp:212–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210 if (static_cast<int>(i) == axis) {
211 continue;
212 }
213 if (lhs.dims[i] != rhs.dims[i]) {
214 throw std::runtime_error("Concat non-axis dimensions must match");
215 }
216 }
217}

Callers

nothing calls this directly

Calls 15

reshape_tensorFunction · 0.85
validate_rank_betweenFunction · 0.85
permute_shapeFunction · 0.85
wrap_tensorFunction · 0.85
ggml_permuteFunction · 0.85
validate_concat_shapesFunction · 0.85
ggml_concatFunction · 0.85
to_ggml_dimsFunction · 0.85
ggml_repeat_4dFunction · 0.85
ggml_padFunction · 0.85

Tested by

no test coverage detected