1
0
mirror of https://github.com/tensorflow/haskell.git synced 2024-06-14 08:43:40 +02:00
tensorflow-haskell/tensorflow
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 Work around #92 by always copying TensorData when fetching. 2017-05-09 00:10:29 -07:00
tests Make code --pedantic (#35) 2016-11-18 10:42:02 -08:00
Setup.hs Initial commit 2016-10-24 19:26:42 +00:00
tensorflow.cabal Adapt to lts-8.6 and use proto-lens-0.2.0.1 (#97) 2017-04-11 14:09:01 -07:00
third_party Initial commit 2016-10-24 19:26:42 +00:00