-
Notifications
You must be signed in to change notification settings - Fork 696
Add additional filter graph option to StreamWriter #3194
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
Conversation
@mthrok has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Summary: Pull Request resolved: pytorch#3194 Differential Revision: D44283910 Pulled By: mthrok fbshipit-source-id: 6da49264673b29a655a2fda3cd9a21b8e9baec18
This pull request was exported from Phabricator. Differential Revision: D44283910 |
Summary: Pull Request resolved: pytorch#3194 Differential Revision: D44283910 Pulled By: mthrok fbshipit-source-id: 85d04c4cbe92d82fdb5c6c8ff5316f162c9689aa
This pull request was exported from Phabricator. Differential Revision: D44283910 |
This pull request was exported from Phabricator. Differential Revision: D44283910 |
Summary: Pull Request resolved: pytorch#3194 Differential Revision: D44283910 Pulled By: mthrok fbshipit-source-id: d57688fcea3c839d4be41075b34480155e7fc65e
This pull request was exported from Phabricator. Differential Revision: D44283910 |
Summary: Pull Request resolved: pytorch#3194 Differential Revision: D44283910 Pulled By: mthrok fbshipit-source-id: 5e189df2808f14bba80dd3216cbe90e01331fc76
This pull request was exported from Phabricator. Differential Revision: D44283910 |
Summary: Pull Request resolved: pytorch#3194 Differential Revision: D44283910 Pulled By: mthrok fbshipit-source-id: 9f73bcabdeb01b88220d47809ef860e854878c85
Summary: StreamReader/Writer is evolving and the number of arguments in add_stream methods are growing. This commit adds default values to these arguments. Differential Revision: D44447263 fbshipit-source-id: 38371eb3359fc44b590d636657c651714dabcc71
Summary: Pull Request resolved: pytorch#3194 Differential Revision: D44283910 Pulled By: mthrok fbshipit-source-id: d5a9262c6a113f572e30c1c7c5b3bfc7bc68273f
This pull request was exported from Phabricator. Differential Revision: D44283910 |
Summary: Pull Request resolved: pytorch#3194 Differential Revision: https://www.internalfb.com/diff/D44283910?entry_point=27 Pulled By: mthrok fbshipit-source-id: 4ffb68bf01f8c7a05eba824efbafba8b30fcaff5
Summary: Pull Request resolved: pytorch#3194 Differential Revision: https://www.internalfb.com/diff/D44283910?entry_point=27 Pulled By: mthrok fbshipit-source-id: d550a454773850b4debcac7ed5d434efc2707c07
Summary: Pull Request resolved: pytorch#3194 Differential Revision: https://www.internalfb.com/diff/D44283910?entry_point=27 Pulled By: mthrok fbshipit-source-id: 81b30783578a8f57fdfe3cc25a91e92f27055c4a
Summary: Pull Request resolved: pytorch#3194 Differential Revision: https://www.internalfb.com/diff/D44283910?entry_point=27 Pulled By: mthrok fbshipit-source-id: 81b30783578a8f57fdfe3cc25a91e92f27055c4a
Hey @mthrok. |
This commit adds support for additional processing in StreamWriter with filter graph.