rename optimize_graph to graph_optimize (#16082)

This commit is contained in:
Jeff Bolz
2025-09-18 13:46:17 -05:00
committed by GitHub
parent 38dbdf4c05
commit c0b45097c3
13 changed files with 22 additions and 22 deletions

View File

@@ -116,7 +116,7 @@ extern "C" {
void (*event_wait) (ggml_backend_t backend, ggml_backend_event_t event);
// (optional) sort/optimize the nodes in the graph
void (*optimize_graph) (ggml_backend_t backend, struct ggml_cgraph * cgraph);
void (*graph_optimize) (ggml_backend_t backend, struct ggml_cgraph * cgraph);
};
struct ggml_backend {