ggml_mul_mat_set_prec method

void ggml_mul_mat_set_prec(
  1. Pointer<ggml_tensor> a,
  2. int prec
)

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

Implementation

void ggml_mul_mat_set_prec(ffi.Pointer<ggml_tensor> a, int prec) {
  return _ggml_mul_mat_set_prec(a, prec);
}