Skip to content

Commit

Permalink
call str method for tensorflow objects
Browse files Browse the repository at this point in the history
  • Loading branch information
jjallaire committed Sep 30, 2016
1 parent 703c9e8 commit 1864f77
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/cpp/session/modules/SessionEnvironment.R
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@
else
return (.rs.valueFromStr(val))
}
else if (is(val, "tensorflow.builtin.object")) {
return (.rs.valueFromStr(val))
}
else
return ("NO_VALUE")
},
Expand Down

0 comments on commit 1864f77

Please sign in to comment.