mirror of
https://github.com/tensorflow/haskell.git
synced 2025-03-30 10:35:18 +02:00
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). |
||
---|---|---|
.. | ||
QueueTest.hs |