1
0
mirror of https://github.com/tensorflow/haskell.git synced 2024-06-26 14:38:34 +02:00
tensorflow-haskell/tensorflow-ops
Judah Jacobson a64af5076a Work around #92 by always copying TensorData when fetching.
It would be better to avoid the copy when it's not necessary, but
that will require more involved changes to the internal API.  (For example,
Fetchable might need to allow IO or ST actions.)
2017-05-09 00:10:29 -07:00
..
src/TensorFlow Whitespace 2017-05-05 16:49:27 -07:00
tests Work around #92 by always copying TensorData when fetching. 2017-05-09 00:10:29 -07:00
Setup.hs Initial commit 2016-10-24 19:26:42 +00:00
tensorflow-ops.cabal Whitespace 2017-05-05 16:49:27 -07:00