1
0
mirror of https://github.com/tensorflow/haskell.git synced 2024-06-26 06:28:34 +02:00
tensorflow-haskell/tensorflow-core-ops
Judah Jacobson db75350969 Support type attributes that aren't used by an input/output. (#51)
We should treat such attributes as regular `DataType` values rather than type
parameters; otherwise we'll get ambiguous types.  As with other attributes,
they can either set by default or passed in as an explicit argument to the op.

Allows us to reenable a couple more ops.
2016-12-15 11:52:48 -08:00
..
Setup.hs Support type attributes that aren't used by an input/output. (#51) 2016-12-15 11:52:48 -08:00
tensorflow-core-ops.cabal Update type constraints to work around a ghc-8 bug. (#47) 2016-11-28 21:15:09 -08:00