doc: fix graph engine readme (#26337)

This commit is contained in:
非法操作
2025-09-28 13:37:51 +08:00
committed by GitHub
parent 36406cd62f
commit 272102c06d
2 changed files with 4 additions and 4 deletions

View File

@@ -30,7 +30,7 @@ debug_layer = DebugLoggingLayer(
)
engine = GraphEngine(graph)
engine.add_layer(debug_layer)
engine.layer(debug_layer)
engine.run()
```