From 1ffc5c4383e4290dd6c2135539f5624ac8ec131a Mon Sep 17 00:00:00 2001 From: Judah Jacobson Date: Sun, 15 Jan 2017 11:21:09 -0800 Subject: [PATCH] Blacklist some more ops. (#62) - More heterogeneous list ops - Resource ops that don't use "dtype" as the type parameter For the latter, we may need an upstream fix, or else to change the convention of how we can tell what the type parameter is. --- tensorflow-core-ops/Setup.hs | 31 +++++++++++++++++++++++++++++++ third_party/tensorflow | 2 +- 2 files changed, 32 insertions(+), 1 deletion(-) diff --git a/tensorflow-core-ops/Setup.hs b/tensorflow-core-ops/Setup.hs index cdd835d..f71992a 100644 --- a/tensorflow-core-ops/Setup.hs +++ b/tensorflow-core-ops/Setup.hs @@ -76,6 +76,13 @@ blackList = , "Stack" , "TensorArray" , "TensorArrayV2" + , "QueueEnqueueManyV2" + , "QueueDequeueV2" + , "QueueDequeueUpToV2" + , "QueueEnqueueV2" + , "QueueDequeueManyV2" + , "Stage" + , "Unstage" -- These should be possible to support by adding a bunch of -- overloads with a variable number of tuple arguments. , "Assert" @@ -96,4 +103,28 @@ blackList = , "_ListToArray" -- Easy: support larger result tuples. , "Skipgram" + -- Resource ops which don't use "dtype" as the type parameter. + , "ResourceApplyAdadelta" + , "ResourceApplyAdagrad" + , "ResourceApplyAdagradDA" + , "ResourceApplyAdam" + , "ResourceApplyCenteredRMSProp" + , "ResourceApplyFtrl" + , "ResourceApplyGradientDescent" + , "ResourceApplyMomentum" + , "ResourceApplyProximalAdagrad" + , "ResourceApplyProximalGradientDescent" + , "ResourceApplyRMSProp" + , "ResourceSparseApplyAdadelta" + , "ResourceSparseApplyAdagrad" + , "ResourceSparseApplyAdagradDA" + , "ResourceSparseApplyCenteredRMSProp" + , "ResourceSparseApplyFtrl" + , "ResourceSparseApplyMomentum" + , "ResourceSparseApplyProximalAdagrad" + , "ResourceSparseApplyProximalGradientDescent" + , "ResourceSparseApplyRMSProp" + , "TensorArrayScatterV3" + , "TensorArraySplitV3" + , "TensorArrayWriteV3" ] diff --git a/third_party/tensorflow b/third_party/tensorflow index 2e22f1b..48c433f 160000 --- a/third_party/tensorflow +++ b/third_party/tensorflow @@ -1 +1 @@ -Subproject commit 2e22f1b20fdfa77b1332c518617391dc32359c5b +Subproject commit 48c433f48bb3aee5bc8efe579f7a4e48e8615f4d