MCPcopy 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
632struct 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_gradFunction · 0.85

Calls 1

ggml_graph_get_grad_accFunction · 0.85

Tested by 2

test_gradFunction · 0.68