VirtuslabRnD / scalapy-tensorflow

Static facades for using TensorFlow in ScalaPy
MIT License
3 stars 0 forks source link

Fix handling tuples in conversion between dotty and scala2 #51

Closed Gryfit closed 4 years ago

Gryfit commented 4 years ago

The code hangs on converting Tuple in fromScalaTypesUnion because ClassTag[_] doesn't provide enough information about types inside the Tuple.