MCPcopy Create free account
hub / github.com/Tiiny-AI/PowerInfer / ggml_add

Function ggml_add

ggml.c:3176–3181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3174}
3175
3176struct ggml_tensor * ggml_add(
3177 struct ggml_context * ctx,
3178 struct ggml_tensor * a,
3179 struct ggml_tensor * b) {
3180 return ggml_add_impl(ctx, a, b, false);
3181}
3182
3183struct ggml_tensor * ggml_add_inplace(
3184 struct ggml_context * ctx,

Callers 15

llm_build_normFunction · 0.70
llm_build_ffnFunction · 0.70
llm_build_sparse_mul_matFunction · 0.70
llm_build_sparse_axpyFunction · 0.70
llm_build_ffn_sparseFunction · 0.70
llm_build_kqvFunction · 0.70
build_llama_variantsMethod · 0.70
build_optMethod · 0.70
build_baichuanMethod · 0.70
build_falconMethod · 0.70
build_starcoderMethod · 0.70
build_persimmonMethod · 0.70

Calls 1

ggml_add_implFunction · 0.70

Tested by 1

mainFunction · 0.40