llama_sampler_clone function
- @Native<Pointer<
llama_sampler> Function(Pointer<llama_sampler> )>(ffi.Pointer<llama_sampler>)>()
- Pointer<
llama_sampler> smpl
Implementation
@ffi.Native<ffi.Pointer<llama_sampler> Function(ffi.Pointer<llama_sampler>)>()
external ffi.Pointer<llama_sampler> llama_sampler_clone(
ffi.Pointer<llama_sampler> smpl,
);