mirror of
https://github.com/tensorflow/haskell.git
synced 2024-11-23 03:19:44 +01:00
Blacklist ops that won't compile
This commit is contained in:
parent
6fca34f5b5
commit
627afab137
1 changed files with 10 additions and 0 deletions
|
@ -148,6 +148,16 @@ blackList =
|
|||
, "_TPUReplicate"
|
||||
, "_While"
|
||||
, "_XlaCompile"
|
||||
-- Incorrectly generated:
|
||||
, "_FusedBatchNormGradEx"
|
||||
-- Could not deduce:
|
||||
, "_MklFusedBatchNorm"
|
||||
, "_MklFusedBatchNormEx"
|
||||
, "_MklFusedBatchNormGrad"
|
||||
, "_MklFusedBatchNormGradV2"
|
||||
, "_MklFusedBatchNormGradV3"
|
||||
, "_MklFusedBatchNormV2"
|
||||
, "_MklFusedBatchNormV3"
|
||||
]
|
||||
|
||||
autogenModulesDir :: LocalBuildInfo -> FilePath
|
||||
|
|
Loading…
Reference in a new issue