ggml_is_quantized method

bool ggml_is_quantized(
  1. int type
)

Implementation

bool ggml_is_quantized(
  int type,
) {
  return _ggml_is_quantized(
    type,
  );
}