Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tiiny-AI/PowerInfer
/ ggml_cont
Function
ggml_cont
ggml.c:4415–4419 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4413
}
4414
4415
struct ggml_tensor * ggml_cont(
4416
struct ggml_context * ctx,
4417
struct ggml_tensor * a) {
4418
return ggml_cont_impl(ctx, a, false);
4419
}
4420
4421
struct ggml_tensor * ggml_cont_inplace(
4422
struct ggml_context * ctx,
Callers
14
ggml_compute_backward
Function · 0.70
build_falcon
Method · 0.70
build_starcoder
Method · 0.70
build_persimmon
Method · 0.70
build_bloom
Method · 0.70
build_mpt
Method · 0.70
build_stablelm
Method · 0.70
main
Function · 0.50
forward
Function · 0.50
forward_batch
Function · 0.50
forward_lora
Function · 0.50
clip_image_build_graph
Function · 0.50
Calls
1
ggml_cont_impl
Function · 0.70
Tested by
1
main
Function · 0.40