图形执行引擎
图形执行引擎用于执行 AI 应用程序图。它接受多个图文件作为输入,并且所有图都在相同的进程上下文中执行。它还需要清单文件作为输入,其中包含要加载的扩展列表。它必须列出图所需的所有扩展。
gxe --help
Flags from gxf/gxe/gxe.cpp:
-app (GXF app file to execute. Multiple files can be comma-separated)
type: string default: ""
-graph_directory (Path to a directory for searching graph files.)
type: string default: ""
-log_file_path (Path to a file for logging.) type: string default: ""
-manifest (GXF manifest file with extensions. Multiple files can be
comma-separated) type: string default: ""
-severity (Set log severity levels: 0=None, 1=Error, 2=Warning, 3=Info,
4=Debug. Default: Info) type: int32 default: 3