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