| 7008 | } |
| 7009 | |
| 7010 | struct ggml_cgraph * ggml_new_graph(struct ggml_context * ctx) { |
| 7011 | return ggml_new_graph_custom(ctx, GGML_DEFAULT_GRAPH_SIZE, false); |
| 7012 | } |
| 7013 | |
| 7014 | struct ggml_cgraph ggml_graph_view(struct ggml_cgraph * cgraph0, int i0, int i1) { |
| 7015 | struct ggml_cgraph cgraph = { |