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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 22 additions and 22 deletions

View file

@ -823,7 +823,7 @@ static ggml_backend_i ggml_backend_webgpu_i = {
/* .graph_compute = */ ggml_backend_webgpu_graph_compute,
/* .event_record = */ NULL,
/* .event_wait = */ NULL,
/* .optimize_graph = */ NULL,
/* .graph_optimize = */ NULL,
};
/* End GGML Backend Interface */