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
f714453ed0
commit
b21dee98f5
1 changed files with 10 additions and 0 deletions
|
@ -148,6 +148,16 @@ blackList =
|
||||||
, "_TPUReplicate"
|
, "_TPUReplicate"
|
||||||
, "_While"
|
, "_While"
|
||||||
, "_XlaCompile"
|
, "_XlaCompile"
|
||||||
|
-- Incorrectly generated:
|
||||||
|
, "_FusedBatchNormGradEx"
|
||||||
|
-- Could not deduce:
|
||||||
|
, "_MklFusedBatchNorm"
|
||||||
|
, "_MklFusedBatchNormEx"
|
||||||
|
, "_MklFusedBatchNormGrad"
|
||||||
|
, "_MklFusedBatchNormGradV2"
|
||||||
|
, "_MklFusedBatchNormGradV3"
|
||||||
|
, "_MklFusedBatchNormV2"
|
||||||
|
, "_MklFusedBatchNormV3"
|
||||||
]
|
]
|
||||||
|
|
||||||
autogenModulesDir :: LocalBuildInfo -> FilePath
|
autogenModulesDir :: LocalBuildInfo -> FilePath
|
||||||
|
|
Loading…
Reference in a new issue