Home
last modified time | relevance | path

Searched defs:cLayer (Results 1 – 1 of 1) sorted by relevance

/external/armnn/src/backends/backendsCommon/
DWorkloadFactory.cpp72 auto cLayer = PolymorphicDowncast<const ActivationLayer*>(&layer); in IsLayerConfigurationSupported() local
96 auto cLayer = PolymorphicDowncast<const ArgMinMaxLayer*>(&layer); in IsLayerConfigurationSupported() local
110 auto cLayer = PolymorphicDowncast<const BatchNormalizationLayer*>(&layer); in IsLayerConfigurationSupported() local
132 auto cLayer = PolymorphicDowncast<const BatchToSpaceNdLayer*>(&layer); in IsLayerConfigurationSupported() local
142 auto cLayer = PolymorphicDowncast<const ComparisonLayer*>(&layer); in IsLayerConfigurationSupported() local
191 auto cLayer = PolymorphicDowncast<const Convolution2dLayer*>(&layer); in IsLayerConfigurationSupported() local
229 auto cLayer = PolymorphicDowncast<const DepthToSpaceLayer*>(&layer); in IsLayerConfigurationSupported() local
242 auto cLayer = PolymorphicDowncast<const DepthwiseConvolution2dLayer*>(&layer); in IsLayerConfigurationSupported() local
279 auto cLayer = PolymorphicDowncast<const DetectionPostProcessLayer*>(&layer); in IsLayerConfigurationSupported() local
303 auto cLayer = PolymorphicDowncast<const ElementwiseUnaryLayer*>(&layer); in IsLayerConfigurationSupported() local
[all …]