mirror of
https://github.com/tensorflow/haskell.git
synced 2024-11-22 19:09:43 +01:00
Blacklist ops that won't compile
This commit is contained in:
parent
f714453ed0
commit
b21dee98f5
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