From 95cfe1aefa85eef13ce0efcbb5e66760cc51a884 Mon Sep 17 00:00:00 2001 From: Judah Jacobson Date: Tue, 25 Oct 2016 23:19:19 -0700 Subject: [PATCH] Blacklist the SaveV2 and RestoreV2 ops which need Tensor lists. (#7) --- tensorflow-core-ops/Setup.hs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tensorflow-core-ops/Setup.hs b/tensorflow-core-ops/Setup.hs index 5df8ba8..ad9321a 100644 --- a/tensorflow-core-ops/Setup.hs +++ b/tensorflow-core-ops/Setup.hs @@ -90,7 +90,9 @@ blackList = , "DecodeCSV" , "ParseExample" , "ParseSingleSequenceExample" + , "RestoreV2" , "Save" + , "SaveV2" , "SaveSlices" , "SymbolicGradient" , "_ArrayToList"