Skip to content

Commit b41d82e

Browse files
authored
Merge pull request #1 from manojava98/mk-1
Graph is changed to public in Update Session.java
2 parents cff20e9 + b8160a8 commit b41d82e

File tree

1 file changed

+1
-1
lines changed
  • tensorflow-core/tensorflow-core-api/src/main/java/org/tensorflow

1 file changed

+1
-1
lines changed

tensorflow-core/tensorflow-core-api/src/main/java/org/tensorflow/Session.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -707,7 +707,7 @@ Graph graph() {
707707
return graph;
708708
}
709709

710-
private final Graph graph;
710+
public final Graph graph;
711711
private final Graph.Reference graphRef;
712712

713713
private final Object nativeHandleLock = new Object();

0 commit comments

Comments
 (0)