-
Notifications
You must be signed in to change notification settings - Fork 433
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
Update parent graph in loop "cond" subgraphs #2201
Conversation
98ac5a8
to
181982b
Compare
Signed-off-by: Salvetti, Francesco <francesco.salvetti@nuance.com>
Signed-off-by: Salvetti, Francesco <francesco.salvetti@nuance.com>
Signed-off-by: Salvetti, Francesco <francesco.salvetti@nuance.com>
Signed-off-by: Salvetti, Francesco <francesco.salvetti@nuance.com>
42c1b42
to
c9eb35e
Compare
Signed-off-by: Salvetti, Francesco <francesco.salvetti@nuance.com>
Signed-off-by: Salvetti, Francesco <francesco.salvetti@nuance.com>
tests/test_loops.py
Outdated
@@ -302,6 +302,23 @@ def func(i): | |||
output_names_with_port = ["output:0"] | |||
self.run_test_case(func, feed_dict, input_names_with_port, output_names_with_port, rtol=1e-06) | |||
|
|||
@check_tf_min_version("2") | |||
@skip_tflite("shape inference fails with tflite") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please open an issue to describe this and put the link here for a record?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
created here: #2209
d6aa4ca
to
5879c3d
Compare
Signed-off-by: Salvetti, Francesco <francesco.salvetti@nuance.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
Fix #2200