IsGraphNeedRebuild 函数功能图是否需要重新编译。 函数原型1bool IsGraphNeedRebuild(uint32_t graph_id) 参数说明 参数名 输入/输出 描述 graph_id 输入 子图对应的id。 返回值 参数名 类型 描述 - bool False:图可以正常调用RunGraphAsync。True:需要RemoveGraph后,重新AddGraph和BuildGraph。 约束说明无。 父主题: Graph运行接口