ggml_set_input method
LlamaLibrarySharedBindingsByGeneralDeveloper Binding By General Corporation & Global Corporation & General Developer
Implementation
void ggml_set_input(
ffi.Pointer<ggml_tensor> tensor,
) {
return _ggml_set_input(
tensor,
);
}