ggml_set_input method
Tensor flags
Implementation
void ggml_set_input(
ffi.Pointer<ggml_tensor> tensor,
) {
return _ggml_set_input(
tensor,
);
}
Tensor flags
void ggml_set_input(
ffi.Pointer<ggml_tensor> tensor,
) {
return _ggml_set_input(
tensor,
);
}