1
0
mirror of https://github.com/tensorflow/haskell.git synced 2024-06-02 11:03:34 +02:00
tensorflow-haskell/tensorflow-opgen
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
..
src/TensorFlow Support type attributes that aren't used by an input/output. (#51) 2016-12-15 11:52:48 -08:00
Setup.hs Initial commit 2016-10-24 19:26:42 +00:00
tensorflow-opgen.cabal Refactor OpGen. (#36) 2016-11-20 10:00:22 -08:00
third_party Initial commit 2016-10-24 19:26:42 +00:00