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