ggml_quantize_init method

void ggml_quantize_init(
  1. int type
)

LlamaLibrarySharedBindingsByGeneralDeveloper Binding By General Corporation & Global Corporation & General Developer

Implementation

void ggml_quantize_init(
  int type,
) {
  return _ggml_quantize_init(
    type,
  );
}