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

@@ -4073,7 +4073,7 @@ static ggml_backend_i ggml_backend_sycl_interface = {
/* .graph_compute = */ ggml_backend_sycl_graph_compute,
/* .event_record = */ ggml_backend_sycl_event_record,
/* .event_wait = */ ggml_backend_sycl_event_wait,
/* .optimize_graph = */ NULL,
/* .graph_optimize = */ NULL,
};
static ggml_guid_t ggml_backend_sycl_guid() {