MCPcopy 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
4415struct ggml_tensor * ggml_cont(
4416 struct ggml_context * ctx,
4417 struct ggml_tensor * a) {
4418 return ggml_cont_impl(ctx, a, false);
4419}
4420
4421struct ggml_tensor * ggml_cont_inplace(
4422 struct ggml_context * ctx,

Callers 14

ggml_compute_backwardFunction · 0.70
build_falconMethod · 0.70
build_starcoderMethod · 0.70
build_persimmonMethod · 0.70
build_bloomMethod · 0.70
build_mptMethod · 0.70
build_stablelmMethod · 0.70
mainFunction · 0.50
forwardFunction · 0.50
forward_batchFunction · 0.50
forward_loraFunction · 0.50
clip_image_build_graphFunction · 0.50

Calls 1

ggml_cont_implFunction · 0.70

Tested by 1

mainFunction · 0.40