Commit dd5439a
committed
Change eager mode control inputs from exception to no-op, reflecting eager semantics. (tensorflow#158)
* Change eager mode control inputs from exception to no-op, reflecting eager semantics.
Signed-off-by: Ryan Nett <rnett@calpoly.edu>
* fix test to reflect not throwing exception
Signed-off-by: Ryan Nett <rnett@calpoly.edu>1 parent 84b2e63 commit dd5439a
File tree
2 files changed
+3
-8
lines changed- tensorflow-core/tensorflow-core-api/src
- main/java/org/tensorflow
- test/java/org/tensorflow
2 files changed
+3
-8
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
94 | | - | |
| 93 | + | |
| 94 | + | |
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| |||
Lines changed: 1 addition & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
| 64 | + | |
70 | 65 | | |
71 | 66 | | |
72 | 67 | | |
| |||
0 commit comments