mirror of
https://github.com/tensorflow/haskell.git
synced 2024-11-05 10:39:44 +01:00
9209dfc4c4
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). |
||
---|---|---|
.. | ||
src/TensorFlow | ||
tests | ||
Setup.hs | ||
tensorflow.cabal | ||
third_party |