-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bmf::builder::BMFGraph::update接口 #140
Comments
这个接口是在engine中的Graph实现中,请问可以提供下测试的demo吗,我这边也帮忙看看 |
类似于这样的用法,Generator模式下获取decoder的帧,动态更新的graph,也需要获取decoder的帧。 问题出在 |
Problem Source Location: |
May you submit a PR for this solution? |
Will be completed later time |
请教一下,现在c++的builder中BMFGraph有一个update接口
int Graph::update(GraphConfig update_config)
,其中的实现考虑了将add的node中的Input_streams和outpit_streams分别connect。但是没有处理整个graph的output_streams,在generator模式下,缺少了可以generate的output_stream。The text was updated successfully, but these errors were encountered: