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

Function ggml_acc

ggml.c:3345–3354  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3343}
3344
3345struct ggml_tensor * ggml_acc(
3346 struct ggml_context * ctx,
3347 struct ggml_tensor * a,
3348 struct ggml_tensor * b,
3349 size_t nb1,
3350 size_t nb2,
3351 size_t nb3,
3352 size_t offset) {
3353 return ggml_acc_impl(ctx, a, b, nb1, nb2, nb3, offset, false);
3354}
3355
3356struct ggml_tensor * ggml_acc_inplace(
3357 struct ggml_context * ctx,

Callers 2

mainFunction · 0.50
clip_image_build_graphFunction · 0.50

Calls 1

ggml_acc_implFunction · 0.70

Tested by 1

mainFunction · 0.40