mirror of
https://github.com/tensorflow/haskell.git
synced 2024-11-16 16:09:43 +01:00
e35211d49b
* 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. |
||
---|---|---|
.. | ||
ArrayOpsTest.hs | ||
BuildTest.hs | ||
DataFlowOpsTest.hs | ||
EmbeddingOpsTest.hs | ||
FeedFetchBench.hs | ||
GradientTest.hs | ||
MatrixTest.hs | ||
MiscTest.hs | ||
NNTest.hs | ||
OpsTest.hs | ||
QueueTest.hs | ||
RegressionTest.hs | ||
TracingTest.hs | ||
TypesTest.hs | ||
VariableTest.hs |