ggml_set_input method

void ggml_set_input(
  1. Pointer<ggml_tensor> tensor
)

LlamaLibrarySharedBindingsByGeneralDeveloper Binding By General Corporation & Global Corporation & General Developer

Implementation

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