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
1 changed files with 2 additions and 0 deletions

View File

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