ggml_is_numa method

bool ggml_is_numa()

Implementation

bool ggml_is_numa() {
  return _ggml_is_numa();
}