/aosp_15_r20/external/armnn/src/backends/aclCommon/ |
H A D | ArmComputeSubgraphUtils.hpp | 57 ActivationLayer* activationLayer, in FuseLayer() 76 ActivationLayer* activationLayer, in FuseAdditionLayer() 97 ActivationLayer* activationLayer, in FuseSubtractionLayer() 118 ActivationLayer* activationLayer, in FuseDivisionLayer() 139 ActivationLayer* activationLayer, in FuseMultiplicationLayer() 160 ActivationLayer* activationLayer, in FuseElementwiseBinaryLayer() 181 ActivationLayer* activationLayer, in FuseBatchNormalizationLayer() 211 ActivationLayer* activationLayer, in FuseConvolution2dLayer() 233 ActivationLayer* activationLayer, in FuseDepthwiseConvolution2dLayer() 255 ActivationLayer* activationLayer, in FuseFullyConnectedLayer()
|
/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/ |
H A D | EndToEndTestImpl.hpp | 850 IConnectableLayer* activationLayer = net->AddActivationLayer(descriptor); in ForceImportWithAlignedBuffersEndToEndTest() local 952 IConnectableLayer* activationLayer = net->AddActivationLayer(descriptor); in ForceImportWithMisalignedInputBuffersEndToEndTest() local 1075 IConnectableLayer* activationLayer = net->AddActivationLayer(descriptor); in ForceImportWithMisalignedOutputBuffersEndToEndTest() local 1197 IConnectableLayer* activationLayer = net->AddActivationLayer(descriptor); in ForceImportWithMisalignedInputAndOutputBuffersEndToEndTest() local 1315 IConnectableLayer* activationLayer = net->AddActivationLayer(descriptor); in ForceImportRepeatedInferencesEndToEndTest() local 1501 IConnectableLayer* activationLayer = net->AddActivationLayer(descriptor); in ForceImportRepeatedInferencesInvertedEndToEndTest() local
|
/aosp_15_r20/external/armnn/delegate/classic/src/ |
H A D | Activation.hpp | 117 …armnn::IConnectableLayer* activationLayer = delegateData.m_Network->AddActivationLayer(activationD… in VisitActivationOperator() local
|
H A D | ClassicDelegateUtils.hpp | 253 armnn::IConnectableLayer* activationLayer = data.m_Network->AddActivationLayer(activationDesc); in FusedActivation() local
|
/aosp_15_r20/external/armnn/src/armnn/test/ |
H A D | DebugCallbackTest.cpp | 29 IConnectableLayer* activationLayer = net->AddActivationLayer(descriptor, "Activation:ReLu"); in CreateSimpleNetwork() local
|
H A D | ShapeInferenceTests.cpp | 135 auto activationLayer = network->AddActivationLayer(descriptor, "activation"); variable
|
H A D | NetworkTests.cpp | 106 …armnn::IConnectableLayer* const activationLayer = net.AddActivationLayer(activationDesc, "activati… variable
|
/aosp_15_r20/external/armnn/src/armnnSerializer/test/ |
H A D | ActivationSerializationTests.cpp | 53 …armnn::IConnectableLayer* const activationLayer = network->AddActivationLayer(descriptor, "activat… variable
|
/aosp_15_r20/external/android-nn-driver/ |
H A D | ConversionUtils.cpp | 149 armnn::IConnectableLayer* activationLayer = prevLayer; in ProcessActivation() local
|
/aosp_15_r20/external/armnn/src/backends/neon/ |
H A D | NeonBackend.cpp | 181 auto* activationLayer = PolymorphicDowncast<ActivationLayer*>(&child); in OptimizeSubgraphView() local
|
/aosp_15_r20/external/armnn/src/backends/cl/ |
H A D | ClBackend.cpp | 329 auto* activationLayer = PolymorphicDowncast<ActivationLayer*>(&child); in OptimizeSubgraphView() local
|
/aosp_15_r20/external/armnn/delegate/opaque/src/ |
H A D | OpaqueDelegateUtils.hpp | 294 armnn::IConnectableLayer* activationLayer = data.m_Network->AddActivationLayer(activationDesc); in FusedActivation() local
|
/aosp_15_r20/external/armnn/shim/sl/canonical/ |
H A D | ConversionUtils.cpp | 894 armnn::IConnectableLayer* activationLayer = prevLayer; in ProcessActivation() local
|
/aosp_15_r20/external/armnn/src/armnn/test/optimizations/ |
H A D | FuseActivationTests.cpp | 403 IConnectableLayer* activationLayer = network->AddActivationLayer(activationDescriptor, in CreateNetwork() local
|
/aosp_15_r20/external/armnn/src/armnnTfLiteParser/ |
H A D | TfLiteParser.cpp | 4713 IConnectableLayer* activationLayer = in AddFusedActivationLayer() local
|