ggml_build_forward_expand method
automatic differentiation
Implementation
void ggml_build_forward_expand(
ffi.Pointer<ggml_cgraph> cgraph,
ffi.Pointer<ggml_tensor> tensor,
) {
return _ggml_build_forward_expand(
cgraph,
tensor,
);
}
automatic differentiation
void ggml_build_forward_expand(
ffi.Pointer<ggml_cgraph> cgraph,
ffi.Pointer<ggml_tensor> tensor,
) {
return _ggml_build_forward_expand(
cgraph,
tensor,
);
}