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

Function ggml_acc

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

Source from the content-addressed store, hash-verified

2098}
2099
2100struct ggml_tensor * ggml_acc(
2101 struct ggml_context * ctx,
2102 struct ggml_tensor * a,
2103 struct ggml_tensor * b,
2104 size_t nb1,
2105 size_t nb2,
2106 size_t nb3,
2107 size_t offset) {
2108 return ggml_acc_impl(ctx, a, b, nb1, nb2, nb3, offset, false);
2109}
2110
2111struct ggml_tensor * ggml_acc_inplace(
2112 struct ggml_context * ctx,

Callers 2

build_graphMethod · 0.85
ggml_vk_check_results_0Function · 0.85

Calls 1

ggml_acc_implFunction · 0.85

Tested by 1

build_graphMethod · 0.68