Skip to main content

Module executor

Module executor 

Source
Expand description

Graph 执行引擎。

提供阻塞执行(execute)与流式执行(execute_stream)两种模式。 运行时全局步数限制(max_steps)防止无限循环。

流式执行返回 GraphExecution(stream + handle)。 Stream is primary, Blocking is derived.

Structs§

GraphExecutor
Graph 执行器 — 可配置运行时参数。