MCPcopy 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
2001bool ggml_is_quantized(enum ggml_type type) {
2002 return type_traits[type].is_quantized;
2003}
2004
2005const char * ggml_op_name(enum ggml_op op) {
2006 return GGML_OP_NAME[op];

Callers 10

ggml_add_cast_implFunction · 0.70
ggml_graph_planFunction · 0.70
ggml_cl_can_mul_matFunction · 0.70
ggml_cl_mul_matFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected