ggml_blck_size method

int ggml_blck_size(
  1. int type
)

Implementation

int ggml_blck_size(
  int type,
) {
  return _ggml_blck_size(
    type,
  );
}