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

Function ggml_add1

ggml.c:3296–3301  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3294}
3295
3296struct ggml_tensor * ggml_add1(
3297 struct ggml_context * ctx,
3298 struct ggml_tensor * a,
3299 struct ggml_tensor * b) {
3300 return ggml_add1_impl(ctx, a, b, false);
3301}
3302
3303struct ggml_tensor * ggml_add1_inplace(
3304 struct ggml_context * ctx,

Callers 2

mainFunction · 0.50
cross_entropy_lossFunction · 0.50

Calls 1

ggml_add1_implFunction · 0.70

Tested by 1

mainFunction · 0.40