1
0
mirror of https://github.com/tensorflow/haskell.git synced 2024-06-03 03:23:37 +02:00
tensorflow-haskell/tensorflow/src/TensorFlow/Internal
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
..
FFI.hs Work around #92 by always copying TensorData when fetching. 2017-05-09 00:10:29 -07:00
Raw.chs Uprev tensorflow. (#29) 2016-11-14 17:04:44 -08:00
VarInt.hs Initial commit 2016-10-24 19:26:42 +00:00