1
0
mirror of https://github.com/tensorflow/haskell.git synced 2024-06-03 03:23:37 +02:00
tensorflow-haskell/tensorflow-ops/tests
fkm3 e35211d49b Fix initialized variables for tensorflow 1.7 (#184)
* Fix initialized variables for tensorflow 1.7

This is needed to support tensorflow 1.7. The trick of initializing a
variable with `Shape []` and then overriding the shape by assigning an
initial value no longer works. It seems that we need to explicitly flip
the unknown_rank bit in the shape proto.

I thought about switching opgen to use `Maybe Shape` when an op requires
a shape attribute, but that will cause a lot of api churn, so I chose to
hold off for now and just do a spot fix to unblock 1.7.
2018-04-16 07:48:05 -07:00
..
ArrayOpsTest.hs Consolidate some packages. (#111) 2017-05-10 15:26:03 -07:00
BuildTest.hs Consolidate some packages. (#111) 2017-05-10 15:26:03 -07:00
DataFlowOpsTest.hs Consolidate some packages. (#111) 2017-05-10 15:26:03 -07:00
EmbeddingOpsTest.hs Consolidate some packages. (#111) 2017-05-10 15:26:03 -07:00
FeedFetchBench.hs Support fetching storable vectors + use them in benchmark (#50) 2016-12-14 18:53:06 -08:00
GradientTest.hs Gradient of Conv2DBackpropInput (#155) 2017-10-15 11:49:44 -07:00
MatrixTest.hs Moved reduceMean to Ops (#136) 2017-06-20 20:50:46 -07:00
MiscTest.hs Consolidate some packages. (#111) 2017-05-10 15:26:03 -07:00
NNTest.hs Consolidate some packages. (#111) 2017-05-10 15:26:03 -07:00
OpsTest.hs Consolidate some packages. (#111) 2017-05-10 15:26:03 -07:00
QueueTest.hs Consolidate some packages. (#111) 2017-05-10 15:26:03 -07:00
RegressionTest.hs Add Minimize module with gradient descent and adam implementations (#125) 2017-05-25 19:19:22 -07:00
TracingTest.hs Introduce a MonadBuild class, and remove buildAnd. (#83) 2017-03-18 12:08:53 -07:00
TypesTest.hs Consolidate some packages. (#111) 2017-05-10 15:26:03 -07:00
VariableTest.hs Fix initialized variables for tensorflow 1.7 (#184) 2018-04-16 07:48:05 -07:00