ggml_op_symbol method

Pointer<Char> ggml_op_symbol(
  1. int op
)

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer

Implementation

ffi.Pointer<ffi.Char> ggml_op_symbol(int op) {
  return _ggml_op_symbol(op);
}