Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/appdevforall/CodeOnTheGo
/ ggml_opt_grad_acc
Function
ggml_opt_grad_acc
subprojects/llama.cpp/ggml/src/ggml-opt.cpp:632–634 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
630
}
631
632
struct ggml_tensor * ggml_opt_grad_acc(ggml_opt_context_t opt_ctx, struct ggml_tensor * node) {
633
return ggml_graph_get_grad_acc(opt_ctx->gb_opt, node);
634
}
635
636
// ====== Optimization Result ======
637
Callers
2
test_grad
Function · 0.85
test_gradient_accumulation
Function · 0.85
Calls
1
ggml_graph_get_grad_acc
Function · 0.85
Tested by
2
test_grad
Function · 0.68
test_gradient_accumulation
Function · 0.68