ggml_op_name method

Pointer<Char> ggml_op_name(
  1. int op
)

Implementation

ffi.Pointer<ffi.Char> ggml_op_name(
  int op,
) {
  return _ggml_op_name(
    op,
  );
}