MCPcopy Create free account
hub / github.com/Tiiny-AI/PowerInfer / ggml_blck_size

Function ggml_blck_size

ggml.c:1985–1987  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1983}
1984
1985int ggml_blck_size(enum ggml_type type) {
1986 return type_traits[type].blck_size;
1987}
1988
1989size_t ggml_type_size(enum ggml_type type) {
1990 return type_traits[type].type_size;

Calls

no outgoing calls

Tested by 1

mainFunction · 0.40