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:
parent
cdd4a0a747
commit
95cfe1aefa
1 changed files with 2 additions and 0 deletions
|
@ -90,7 +90,9 @@ blackList =
|
|||
, "DecodeCSV"
|
||||
, "ParseExample"
|
||||
, "ParseSingleSequenceExample"
|
||||
, "RestoreV2"
|
||||
, "Save"
|
||||
, "SaveV2"
|
||||
, "SaveSlices"
|
||||
, "SymbolicGradient"
|
||||
, "_ArrayToList"
|
||||
|
|
Loading…
Reference in a new issue