Skip to content

Commit 723bdcd

Browse files
authored
Graph is changed to public in Session.java (#535)
1 parent cff20e9 commit 723bdcd

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

Diff for: tensorflow-core/tensorflow-core-api/src/main/java/org/tensorflow/Session.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,7 @@ public synchronized void restore(String prefix) {
703703
markAllInitializersAsRan();
704704
}
705705

706-
Graph graph() {
706+
public Graph graph() {
707707
return graph;
708708
}
709709

0 commit comments

Comments
 (0)