Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_tensor
Function · 0.85
validate_rank_between
Function · 0.85
permute_shape
Function · 0.85
logical_axis_to_ggml_axis
Function · 0.85
wrap_tensor
Function · 0.85
ggml_permute
Function · 0.85
checked_slice_offset_bytes
Function · 0.85
validate_concat_shapes
Function · 0.85
ggml_concat
Function · 0.85
to_ggml_dims
Function · 0.85
ggml_repeat_4d
Function · 0.85
ggml_pad
Function · 0.85
Tested by
no test coverage detected