ggml_build_backward_expand method
void
ggml_build_backward_expand(
- Pointer<
ggml_context> ctx_static, - Pointer<
ggml_context> ctx_compute, - Pointer<
ggml_cgraph> cgraph, - bool accumulate,
Implementation
void ggml_build_backward_expand(
ffi.Pointer<ggml_context> ctx_static,
ffi.Pointer<ggml_context> ctx_compute,
ffi.Pointer<ggml_cgraph> cgraph,
bool accumulate,
) {
return _ggml_build_backward_expand(
ctx_static,
ctx_compute,
cgraph,
accumulate,
);
}