Dartggml_custom2_op_tFunction typedef
Dartggml_custom2_op_tFunction =
void Function(Pointer<ggml_tensor> dst, Pointer<ggml_tensor> a, Pointer<ggml_tensor> b, int ith, int nth, Pointer<Void> userdata)
Implementation
typedef Dartggml_custom2_op_tFunction = void Function(
ffi.Pointer<ggml_tensor> dst,
ffi.Pointer<ggml_tensor> a,
ffi.Pointer<ggml_tensor> b,
int ith,
int nth,
ffi.Pointer<ffi.Void> userdata);