ggml_set_output method
Implementation
void ggml_set_output(
ffi.Pointer<ggml_tensor> tensor,
) {
return _ggml_set_output(
tensor,
);
}
void ggml_set_output(
ffi.Pointer<ggml_tensor> tensor,
) {
return _ggml_set_output(
tensor,
);
}