Skip to content

Commit 627afab

Browse files
author
Bart Schuurmans
committed
Blacklist ops that won't compile
1 parent 6fca34f commit 627afab

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

tensorflow-core-ops/Setup.hs

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,16 @@ blackList =
148148
, "_TPUReplicate"
149149
, "_While"
150150
, "_XlaCompile"
151+
-- Incorrectly generated:
152+
, "_FusedBatchNormGradEx"
153+
-- Could not deduce:
154+
, "_MklFusedBatchNorm"
155+
, "_MklFusedBatchNormEx"
156+
, "_MklFusedBatchNormGrad"
157+
, "_MklFusedBatchNormGradV2"
158+
, "_MklFusedBatchNormGradV3"
159+
, "_MklFusedBatchNormV2"
160+
, "_MklFusedBatchNormV3"
151161
]
152162

153163
autogenModulesDir :: LocalBuildInfo -> FilePath

0 commit comments

Comments
 (0)