rename optimize_graph to graph_optimize (#16082)
This commit is contained in:
parent
38dbdf4c05
commit
c0b45097c3
13 changed files with 22 additions and 22 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue