MCPcopy Create free account
hub / github.com/appdevforall/CodeOnTheGo / ggml_add

Function ggml_add

subprojects/llama.cpp/ggml/src/ggml.c:1971–1976  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1969}
1970
1971struct ggml_tensor * ggml_add(
1972 struct ggml_context * ctx,
1973 struct ggml_tensor * a,
1974 struct ggml_tensor * b) {
1975 return ggml_add_impl(ctx, a, b, false);
1976}
1977
1978struct ggml_tensor * ggml_add_inplace(
1979 struct ggml_context * ctx,

Callers 15

build_graph_piterFunction · 0.85
merge_tensorMethod · 0.85
build_vitMethod · 0.85
build_inpMethod · 0.85
build_normMethod · 0.85
build_ffnMethod · 0.85
build_attnMethod · 0.85
buildMethod · 0.85
buildMethod · 0.85
buildMethod · 0.85
buildMethod · 0.85
buildMethod · 0.85

Calls 1

ggml_add_implFunction · 0.85

Tested by 15

helper_get_ctx_dataFunction · 0.68
test_regressionFunction · 0.68
test_not_enough_chunksFunction · 0.68
test_view_inplaceFunction · 0.68
test_reuse_and_freeFunction · 0.68
test_merge_free_blockFunction · 0.68
test_reallocationFunction · 0.68
build_graphMethod · 0.68
build_graphMethod · 0.68
build_graphMethod · 0.68