eaplatanios / tensorflow_scala

TensorFlow API for the Scala Programming Language
http://platanios.org/tensorflow_scala/
Apache License 2.0
936 stars 95 forks source link

ops.Files not exported #140

Closed sbrunk closed 5 years ago

sbrunk commented 5 years ago

The ops under Files like readFile and writeFile don't seem to be exported anywhere or am I missing something?

I think it used to be exported under ops.io before some refactoring.

eaplatanios commented 5 years ago

Good catch! I must have accidentally removed it. I added it back and it will be included in the next release. :)

sbrunk commented 5 years ago

Thanks :)