1
0
Fork 0
mirror of https://github.com/tensorflow/haskell.git synced 2024-11-23 03:19:44 +01:00

Blacklist the SaveV2 and RestoreV2 ops which need Tensor lists. (#7)

This commit is contained in:
Judah Jacobson 2016-10-25 23:19:19 -07:00 committed by GitHub
parent cdd4a0a747
commit 95cfe1aefa

View file

@ -90,7 +90,9 @@ blackList =
, "DecodeCSV"
, "ParseExample"
, "ParseSingleSequenceExample"
, "RestoreV2"
, "Save"
, "SaveV2"
, "SaveSlices"
, "SymbolicGradient"
, "_ArrayToList"