ggml_graph_get_grad_acc method
Pointer<ggml_tensor>
ggml_graph_get_grad_acc(
- Pointer<
ggml_cgraph> cgraph, - Pointer<
ggml_tensor> node
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
Implementation
ffi.Pointer<ggml_tensor> ggml_graph_get_grad_acc(
ffi.Pointer<ggml_cgraph> cgraph,
ffi.Pointer<ggml_tensor> node,
) {
return _ggml_graph_get_grad_acc(cgraph, node);
}