MCPcopy Create free account
hub / github.com/appdevforall/CodeOnTheGo / ggml_blck_size

Function ggml_blck_size

subprojects/llama.cpp/ggml/src/ggml.c:1267–1269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1265}
1266
1267int64_t ggml_blck_size(enum ggml_type type) {
1268 return type_traits[type].blck_size;
1269}
1270
1271size_t ggml_type_size(enum ggml_type type) {
1272 return type_traits[type].type_size;

Callers 15

llama_init_from_modelFunction · 0.85
llama_tensor_get_typeFunction · 0.85
tensor_is_contiguousFunction · 0.85
init_tensor_uniformFunction · 0.85
tensor_to_floatFunction · 0.85
build_graphMethod · 0.85
make_test_cases_evalFunction · 0.85
get_tensor_configsFunction · 0.85
get_handcrafted_fileFunction · 0.85
get_random_gguf_contextFunction · 0.85

Calls

no outgoing calls

Tested by 8

tensor_is_contiguousFunction · 0.68
init_tensor_uniformFunction · 0.68
tensor_to_floatFunction · 0.68
build_graphMethod · 0.68
make_test_cases_evalFunction · 0.68
get_tensor_configsFunction · 0.68
get_handcrafted_fileFunction · 0.68
get_random_gguf_contextFunction · 0.68