ggml_custom_op_tFunction typedef

ggml_custom_op_tFunction = Void Function(Pointer<ggml_tensor> dst, Int ith, Int nth, Pointer<Void> userdata)

Implementation

typedef ggml_custom_op_tFunction = ffi.Void Function(
    ffi.Pointer<ggml_tensor> dst,
    ffi.Int ith,
    ffi.Int nth,
    ffi.Pointer<ffi.Void> userdata);