1
0
Fork 0
mirror of https://github.com/tensorflow/haskell.git synced 2025-04-09 07:25:14 +02:00
tensorflow-haskell/tensorflow-opgen/src/TensorFlow
Judah Jacobson db75350969 Support type attributes that aren't used by an input/output. ()
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
..
OpGen Support type attributes that aren't used by an input/output. () 2016-12-15 11:52:48 -08:00
OpGen.hs Update type constraints to work around a ghc-8 bug. () 2016-11-28 21:15:09 -08:00