Home
last modified time | relevance | path

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

/aosp_15_r20/external/armnn/src/backends/backendsCommon/
H A DWorkloadFactory.cpp100 auto cLayer = PolymorphicDowncast<const ActivationLayer*>(&layer); in IsLayerConfigurationSupported() local
126 auto cLayer = PolymorphicDowncast<const ArgMinMaxLayer*>(&layer); in IsLayerConfigurationSupported() local
140 auto cLayer = PolymorphicDowncast<const BatchMatMulLayer*>(&layer); in IsLayerConfigurationSupported() local
156 auto cLayer = PolymorphicDowncast<const BatchNormalizationLayer*>(&layer); in IsLayerConfigurationSupported() local
178 auto cLayer = PolymorphicDowncast<const BatchToSpaceNdLayer*>(&layer); in IsLayerConfigurationSupported() local
198 auto cLayer = PolymorphicDowncast<const ChannelShuffleLayer*>(&layer); in IsLayerConfigurationSupported() local
213 auto cLayer = PolymorphicDowncast<const ComparisonLayer*>(&layer); in IsLayerConfigurationSupported() local
248 auto cLayer = PolymorphicDowncast<const Convolution2dLayer*>(&layer); in IsLayerConfigurationSupported() local
281 auto cLayer = PolymorphicDowncast<const Convolution3dLayer*>(&layer); in IsLayerConfigurationSupported() local
323 auto cLayer = PolymorphicDowncast<const DepthToSpaceLayer*>(&layer); in IsLayerConfigurationSupported() local
[all …]