ggml_cpu_init method

void ggml_cpu_init()

Implementation

void ggml_cpu_init() {
  return _ggml_cpu_init();
}