ggml_get_max_tensor_size function
- @Native<Size Function(Pointer<
ggml_context> )>(ffi.Pointer<ggml_context>)>()
- Pointer<
ggml_context> ctx
Implementation
@ffi.Native<ffi.Size Function(ffi.Pointer<ggml_context>)>()
external int ggml_get_max_tensor_size(ffi.Pointer<ggml_context> ctx);