We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1450980 commit 1035b1dCopy full SHA for 1035b1d
tensorflow-core/tensorflow-core-api/src/main/java/org/tensorflow/Session.java
@@ -711,7 +711,7 @@ public void restore(String prefix) {
711
* reference to a value after this object has been closed it will throw an {@link
712
* IllegalStateException} upon access.
713
*/
714
- public static class Result implements AutoCloseable, Iterable<Map.Entry<String, Tensor>> {
+ public static final class Result implements AutoCloseable, Iterable<Map.Entry<String, Tensor>> {
715
716
private static final Logger logger = Logger.getLogger(Result.class.getName());
717
0 commit comments