llama_copy_state_data method

int llama_copy_state_data(
  1. Pointer<llama_context> ctx,
  2. Pointer<Uint8> dst
)

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer

Implementation

int llama_copy_state_data(
  ffi.Pointer<llama_context> ctx,
  ffi.Pointer<ffi.Uint8> dst,
) {
  return _llama_copy_state_data(
    ctx,
    dst,
  );
}