Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/appdevforall/CodeOnTheGo
/ ggml_is_quantized
Function
ggml_is_quantized
subprojects/llama.cpp/ggml/src/ggml.c:1288–1290 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1286
}
1287
1288
bool ggml_is_quantized(enum ggml_type type) {
1289
return type_traits[type].is_quantized;
1290
}
1291
1292
const char * ggml_op_name(enum ggml_op op) {
1293
return GGML_OP_NAME[op];
Callers
15
merge_tensor
Method · 0.85
llama_context
Method · 0.85
llama_init_from_model
Function · 0.85
llama_tensor_dequantize_impl
Function · 0.85
llama_model_quantize_impl
Function · 0.85
build_rope_shift
Method · 0.85
init_tensor_uniform
Function · 0.85
tensor_to_float
Function · 0.85
build_graph
Method · 0.85
common_debug_cb_eval
Function · 0.85
ggml_add_cast_impl
Function · 0.85
fa_rows_cols
Function · 0.85
Calls
no outgoing calls
Tested by
3
init_tensor_uniform
Function · 0.68
tensor_to_float
Function · 0.68
build_graph
Method · 0.68