Skip to content
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

Accumulate Node creates Loop. #19

Open
vanjoe opened this issue May 28, 2018 · 2 comments
Open

Accumulate Node creates Loop. #19

vanjoe opened this issue May 28, 2018 · 2 comments

Comments

@vanjoe
Copy link

vanjoe commented May 28, 2018

The definition of the Graph object says the it "Does Not loop back" Does a Accumulate node not loop back to it's input?

@fbrill3
Copy link
Contributor

fbrill3 commented May 29, 2018

Yes, you are correct that the bidirectional parameter on the Accumulate nodes does technically cause a cycle. There are some update rules in the specification to make sure the result is consistent. There is an active discussion in the working group about whether to remove or at least deprecate bidirectional parameters in a future version of the spec, although there are concerns about backward compatibility and an efficient alternate implementation of the Accumulate functionality.

@fbrill3
Copy link
Contributor

fbrill3 commented Apr 26, 2019

Will be fixed in OpenVX 1.3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants