Dartggml_custom1_op_tFunction typedef

Dartggml_custom1_op_tFunction = void Function(Pointer<ggml_tensor> dst, Pointer<ggml_tensor> a, int ith, int nth, Pointer<Void> userdata)

Implementation

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