tensorflow-haskell/tensorflow/src/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
..
Internal Work around #92 by always copying TensorData when fetching. 2017-05-09 00:10:29 -07:00
Build.hs Add resource-based variable ops. (#98) 2017-04-16 09:24:02 -07:00
BuildOp.hs Add resource-based variable ops. (#98) 2017-04-16 09:24:02 -07:00
ControlFlow.hs Distinguish between "rendered" and "unrendered" Tensors. (#88) 2017-04-06 15:10:33 -07:00
Core.hs Add resource-based variable ops. (#98) 2017-04-16 09:24:02 -07:00
Nodes.hs Distinguish between "rendered" and "unrendered" Tensors. (#88) 2017-04-06 15:10:33 -07:00
Orphans.hs Initial commit 2016-10-24 19:26:42 +00:00
Output.hs Add resource-based variable ops. (#98) 2017-04-16 09:24:02 -07:00
Session.hs Adapt to lts-8.6 and use proto-lens-0.2.0.1 (#97) 2017-04-11 14:09:01 -07:00
Tensor.hs Distinguish between "rendered" and "unrendered" Tensors. (#88) 2017-04-06 15:10:33 -07:00
Types.hs Add resource-based variable ops. (#98) 2017-04-16 09:24:02 -07:00