Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1267
int64_t ggml_blck_size(enum ggml_type type) {
1268
return type_traits[type].blck_size;
1269
}
1270
1271
size_t ggml_type_size(enum ggml_type type) {
1272
return type_traits[type].type_size;
Callers
15
llama_init_from_model
Function · 0.85
llama_tensor_dequantize_impl
Function · 0.85
llama_tensor_get_type
Function · 0.85
llama_model_quantize_impl
Function · 0.85
tensor_is_contiguous
Function · 0.85
init_tensor_uniform
Function · 0.85
tensor_to_float
Function · 0.85
build_graph
Method · 0.85
make_test_cases_eval
Function · 0.85
get_tensor_configs
Function · 0.85
get_handcrafted_file
Function · 0.85
get_random_gguf_context
Function · 0.85
Calls
no outgoing calls
Tested by
8
tensor_is_contiguous
Function · 0.68
init_tensor_uniform
Function · 0.68
tensor_to_float
Function · 0.68
build_graph
Method · 0.68
make_test_cases_eval
Function · 0.68
get_tensor_configs
Function · 0.68
get_handcrafted_file
Function · 0.68
get_random_gguf_context
Function · 0.68