Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tiiny-AI/PowerInfer
/ ggml_is_quantized
Function
ggml_is_quantized
ggml.c:2001–2003 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1999
}
2000
2001
bool ggml_is_quantized(enum ggml_type type) {
2002
return type_traits[type].is_quantized;
2003
}
2004
2005
const char * ggml_op_name(enum ggml_op op) {
2006
return GGML_OP_NAME[op];
Callers
10
ggml_add_cast_impl
Function · 0.70
ggml_compute_forward_add_q_f32
Function · 0.70
ggml_compute_forward_add1_q_f32
Function · 0.70
ggml_graph_plan
Function · 0.70
ggml_cl_can_mul_mat
Function · 0.70
ggml_cl_mul_mat
Function · 0.70
llama_convert_tensor_internal
Function · 0.70
llama_model_quantize_internal
Function · 0.70
llama_apply_lora_from_file_internal
Function · 0.70
llama_build_lora_finetune_graphs
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected