ggml_custom1_op_f32_tFunction typedef
ggml_custom1_op_f32_tFunction =
Void Function(Pointer<ggml_tensor> , Pointer<ggml_tensor> )
Implementation
typedef ggml_custom1_op_f32_tFunction = ffi.Void Function(
ffi.Pointer<ggml_tensor>, ffi.Pointer<ggml_tensor>);