mirror of
https://github.com/tensorflow/haskell.git
synced 2024-11-26 21:09:44 +01:00
Blacklist the SaveV2 and RestoreV2 ops which need Tensor lists. (#7)
This commit is contained in:
parent
cdd4a0a747
commit
95cfe1aefa
1 changed files with 2 additions and 0 deletions
|
@ -90,7 +90,9 @@ blackList =
|
||||||
, "DecodeCSV"
|
, "DecodeCSV"
|
||||||
, "ParseExample"
|
, "ParseExample"
|
||||||
, "ParseSingleSequenceExample"
|
, "ParseSingleSequenceExample"
|
||||||
|
, "RestoreV2"
|
||||||
, "Save"
|
, "Save"
|
||||||
|
, "SaveV2"
|
||||||
, "SaveSlices"
|
, "SaveSlices"
|
||||||
, "SymbolicGradient"
|
, "SymbolicGradient"
|
||||||
, "_ArrayToList"
|
, "_ArrayToList"
|
||||||
|
|
Loading…
Reference in a new issue