| 6960 | } |
| 6961 | |
| 6962 | size_t ggml_graph_overhead(void) { |
| 6963 | return ggml_graph_overhead_custom(GGML_DEFAULT_GRAPH_SIZE, false); |
| 6964 | } |
| 6965 | |
| 6966 | struct ggml_cgraph * ggml_new_graph_custom(struct ggml_context * ctx, size_t size, bool grads) { |
| 6967 | const size_t obj_size = ggml_graph_nbytes(size, grads); |