ggml_cpu_has_dotprod method

int ggml_cpu_has_dotprod()

Implementation

int ggml_cpu_has_dotprod() {
  return _ggml_cpu_has_dotprod();
}