Dartggml_custom2_op_f32_tFunction typedef
Dartggml_custom2_op_f32_tFunction =
void Function(Pointer<ggml_tensor> , Pointer<ggml_tensor> , Pointer<ggml_tensor> )
Implementation
typedef Dartggml_custom2_op_f32_tFunction = void Function(
ffi.Pointer<ggml_tensor>,
ffi.Pointer<ggml_tensor>,
ffi.Pointer<ggml_tensor>);