Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/appdevforall/CodeOnTheGo
/ ggml_cont
Function
ggml_cont
subprojects/llama.cpp/ggml/src/ggml.c:3464–3468 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3462
}
3463
3464
struct ggml_tensor * ggml_cont(
3465
struct ggml_context * ctx,
3466
struct ggml_tensor * a) {
3467
return ggml_cont_impl(ctx, a);
3468
}
3469
3470
// make contiguous, with new shape
3471
GGML_API struct ggml_tensor * ggml_cont_1d(
Callers
15
merge_tensor
Method · 0.85
build_vit
Method · 0.85
build_inp
Method · 0.85
build_attn
Method · 0.85
build
Method · 0.85
build
Method · 0.85
build
Method · 0.85
build
Method · 0.85
rms_norm_2d
Method · 0.85
build_mobilenet_attn
Method · 0.85
build
Method · 0.85
build
Method · 0.85
Calls
1
ggml_cont_impl
Function · 0.85
Tested by
4
build_graph
Method · 0.68
build_graph
Method · 0.68
build_graph
Method · 0.68
build_graph
Method · 0.68