MCPcopy Create free account
hub / github.com/Tiiny-AI/PowerInfer / ggml_op_symbol

Function ggml_op_symbol

ggml.c:2009–2011  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2007}
2008
2009const char * ggml_op_symbol(enum ggml_op op) {
2010 return GGML_OP_SYMBOL[op];
2011}
2012
2013size_t ggml_element_size(const struct ggml_tensor * tensor) {
2014 return ggml_type_size(tensor->type);

Callers 1

ggml_graph_dump_dotFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected