mirror of
https://github.com/tensorflow/haskell.git
synced 2024-11-23 03:19:44 +01:00
42f4fc647e
The main difference between these and the `Ref`-bases ops is the explicit `readValue` op. I'm not sure how this should interact with gradients and save/restore, so I'm keeping it as a separate module for now. Once we figure out the details, we can merge it into `TensorFlow.Ops` and replace all uses of the old `Ref`-based ops. (That would also fix #92.) Also replaces our special case newtype `ResourceHandle` to `Tensor Value ResourceHandle`, where `ResourceHandle` is the TF proto corresponding to `DT_RESOURCE`. |
||
---|---|---|
.. | ||
ArrayOpsTest.hs | ||
BuildTest.hs | ||
DataFlowOpsTest.hs | ||
EmbeddingOpsTest.hs | ||
FeedFetchBench.hs | ||
GradientTest.hs | ||
MiscTest.hs | ||
OpsTest.hs | ||
RegressionTest.hs | ||
TracingTest.hs | ||
TypesTest.hs | ||
VariableTest.hs |