1
0
mirror of https://github.com/tensorflow/haskell.git synced 2024-07-04 02:13:30 +02:00
tensorflow-haskell/tensorflow
Judah Jacobson 9209dfc4c4 Support lists of tensors in ops. (#79)
Adds a new type `ListOf` which wraps a heterogeneous list; for example,
`ListOf (Tensor Value) '[Int32, Float]` represents a list of two
elements: a tensor of int32s and a tensor of floats.

Also changes the `Queue2` type (which suppored pairs of tensors) to
`Queue` (which supports arbitrary lists).
2017-03-17 13:53:19 -07:00
..
src/TensorFlow Support lists of tensors in ops. (#79) 2017-03-17 13:53:19 -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 Add support for logging to tensorboard (#74) 2017-02-20 19:16:42 -08:00
third_party Initial commit 2016-10-24 19:26:42 +00:00