ggml_is_quantized method

bool ggml_is_quantized(
  1. ggml_type type
)

Implementation

bool ggml_is_quantized(
  ggml_type type,
) {
  return _ggml_is_quantized(
    type.value,
  );
}