text
stringlengths
1
24.5M
// // Copyright © 2019 Arm Ltd and Contributors. All rights reserved. // SPDX-License-Identifier: MIT // #pragma once #include <armnn/Descriptors.hpp> #include "ClBaseWorkload.hpp" #include <arm_compute/runtime/CL/functions/CLDepthToSpaceLayer.h> namespace armnn { arm_compute::Status ClDepthToSpaceWorkloadValida...
// // Copyright © 2017-2024 Arm Ltd and Contributors. All rights reserved. // SPDX-License-Identifier: MIT // #include "ClDepthwiseConvolutionWorkload.hpp" #include <ResolveType.hpp> #include "ClWorkloadUtils.hpp" #include <armnn/Exceptions.hpp> #include <aclCommon/ArmComputeUtils.hpp> #include <aclCommon/ArmComput...
// // Copyright © 2017 Arm Ltd and Contributors. All rights reserved. // SPDX-License-Identifier: MIT // #pragma once #include "ClBaseWorkload.hpp" #include <arm_compute/runtime/IFunction.h> #include <arm_compute/core/Error.h> #include <arm_compute/runtime/CL/CLTensor.h> namespace armnn { arm_compute::Status ClDe...
// // Copyright © 2019-2023 Arm Ltd and Contributors. All rights reserved. // SPDX-License-Identifier: MIT // #include "ClDequantizeWorkload.hpp" #include "ClWorkloadUtils.hpp" #include <aclCommon/ArmComputeTensorUtils.hpp> #include <armnn/utility/PolymorphicDowncast.hpp> #include <armnn/backends/TensorHandle.hpp> ...
// // Copyright © 2017 Arm Ltd and Contributors. All rights reserved. // SPDX-License-Identifier: MIT // #pragma once #include "ClBaseWorkload.hpp" #include <arm_compute/runtime/CL/functions/CLDequantizationLayer.h> namespace armnn { arm_compute::Status ClDequantizeWorkloadValidate(const TensorInfo& input, const ...
// // Copyright © 2018,2020-2023 Arm Ltd and Contributors. All rights reserved. // SPDX-License-Identifier: MIT // #include "ClDivisionWorkload.hpp" #include <aclCommon/ArmComputeUtils.hpp> #include <armnn/backends/TensorHandle.hpp> #include <cl/ClTensorHandle.hpp> #include "ClWorkloadUtils.hpp" namespace armnn {...
// // Copyright © 2017 Arm Ltd and Contributors. All rights reserved. // SPDX-License-Identifier: MIT // #pragma once #include "ClBaseWorkload.hpp" #include <arm_compute/runtime/CL/functions/CLElementwiseOperations.h> namespace armnn { arm_compute::Status ClDivisionWorkloadValidate(const TensorInfo& input0, ...
// // Copyright © 2023 Arm Ltd and Contributors. All rights reserved. // SPDX-License-Identifier: MIT // #include "ClElementwiseBinaryWorkload.hpp" #include <cl/ClTensorHandle.hpp> #include <armnn/backends/TensorHandle.hpp> #include <aclCommon/ArmComputeTensorUtils.hpp> #include <aclCommon/ArmComputeUtils.hpp> #inc...
// // Copyright © 2023 Arm Ltd and Contributors. All rights reserved. // SPDX-License-Identifier: MIT // #pragma once #include "ClBaseWorkload.hpp" #include <arm_compute/runtime/CL/functions/CLElementwiseOperations.h> namespace armnn { class ClElementwiseBinaryWorkload : public ClBaseWorkload<ElementwiseBinaryQue...
// // Copyright © 2020-2023 Arm Ltd and Contributors. All rights reserved. // SPDX-License-Identifier: MIT // #include "ClExpWorkload.hpp" #include "ClWorkloadUtils.hpp" #include <aclCommon/ArmComputeTensorUtils.hpp> #include <armnn/utility/PolymorphicDowncast.hpp> #include <cl/ClTensorHandle.hpp> namespace armnn...
// // Copyright © 2020 Arm Ltd and Contributors. All rights reserved. // SPDX-License-Identifier: MIT // #pragma once #include "ClBaseWorkload.hpp" #include <arm_compute/core/Error.h> #include <arm_compute/runtime/CL/functions/CLElementwiseUnaryLayer.h> namespace armnn { arm_compute::Status ClExpWorkloadValidate(...
// // Copyright © 2020-2023 Arm Ltd and Contributors. All rights reserved. // SPDX-License-Identifier: MIT // #include "ClFillWorkload.hpp" #include "ClWorkloadUtils.hpp" #include <cl/ClTensorHandle.hpp> #include <aclCommon/ArmComputeTensorUtils.hpp> #include <arm_compute/core/Types.h> namespace armnn { using name...
// // Copyright © 2020 Arm Ltd and Contributors. All rights reserved. // SPDX-License-Identifier: MIT // #pragma once #include <armnn/backends/WorkloadData.hpp> #include "ClBaseWorkload.hpp" #include <arm_compute/runtime/CL/functions/CLFill.h> namespace armnn { class ClFillWorkload : public ClBaseWorkload<FillQueu...
// // Copyright © 2024 Arm Ltd and Contributors. All rights reserved. // SPDX-License-Identifier: MIT // #include "ClFloorDivWorkload.hpp" #include <armnn/utility/PolymorphicDowncast.hpp> #include "ClWorkloadUtils.hpp" #include "backendsCommon/WorkloadUtils.hpp" #include <aclCommon/ArmComputeUtils.hpp> #include <cl/C...
// // Copyright © 2024 Arm Ltd and Contributors. All rights reserved. // SPDX-License-Identifier: MIT // #pragma once #include "ClBaseWorkload.hpp" #include "ClWorkloadUtils.hpp" #include <armnn/backends/Workload.hpp> #include "arm_compute/runtime/Tensor.h" #include "arm_compute/runtime/CL/functions/CLCast.h" #incl...
// // Copyright © 2017-2023 Arm Ltd and Contributors. All rights reserved. // SPDX-License-Identifier: MIT // #include "ClFloorFloatWorkload.hpp" #include <cl/ClTensorHandle.hpp> #include "ClWorkloadUtils.hpp" namespace armnn { arm_compute::Status ClFloorWorkloadValidate(const TensorInfo& input, ...
// // Copyright © 2017 Arm Ltd and Contributors. All rights reserved. // SPDX-License-Identifier: MIT // #pragma once #include <armnn/backends/Workload.hpp> #include <arm_compute/runtime/CL/functions/CLFloor.h> namespace armnn { arm_compute::Status ClFloorWorkloadValidate(const TensorInfo& input, ...
// // Copyright © 2017-2018,2020-2024 Arm Ltd and Contributors. All rights reserved. // SPDX-License-Identifier: MIT // #include "ClFullyConnectedWorkload.hpp" #include <cl/ClTensorHandle.hpp> #include <armnn/backends/TensorHandle.hpp> #include <aclCommon/ArmComputeTensorUtils.hpp> #include <aclCommon/ArmComputeUtils...
// // Copyright © 2017 Arm Ltd and Contributors. All rights reserved. // SPDX-License-Identifier: MIT // #pragma once #include "ClBaseWorkload.hpp" #include <arm_compute/runtime/CL/functions/CLFullyConnectedLayer.h> #include <arm_compute/runtime/MemoryManagerOnDemand.h> #include <memory> namespace armnn { arm_co...
// // Copyright © 2022-2024 Arm Ltd and Contributors. All rights reserved. // SPDX-License-Identifier: MIT // #include "ClGatherNdWorkload.hpp" #include "ClWorkloadUtils.hpp" #include "backendsCommon/WorkloadUtils.hpp" #include <aclCommon/ArmComputeUtils.hpp> #include <cl/ClTensorHandle.hpp> using namespace armnn::a...
// // Copyright © 2022 Arm Ltd and Contributors. All rights reserved. // SPDX-License-Identifier: MIT // #pragma once #include "ClBaseWorkload.hpp" #include "arm_compute/runtime/Tensor.h" #include "arm_compute/runtime/CL/functions/CLGather.h" #include "arm_compute/runtime/CL/functions/CLPixelWiseMultiplication.h" #...
// // Copyright © 2020-2023 Arm Ltd and Contributors. All rights reserved. // SPDX-License-Identifier: MIT // #include "ClGatherWorkload.hpp" #include "ClWorkloadUtils.hpp" #include <aclCommon/ArmComputeUtils.hpp> #include <cl/ClTensorHandle.hpp> using namespace armnn::armcomputetensorutils; namespace armnn { arm_c...
// // Copyright © 2020 Arm Ltd and Contributors. All rights reserved. // SPDX-License-Identifier: MIT // #pragma once #include "ClBaseWorkload.hpp" #include <arm_compute/runtime/CL/functions/CLGather.h> namespace armnn { arm_compute::Status ClGatherWorkloadValidate(const TensorInfo& input, ...
// // Copyright © 2019-2023 Arm Ltd and Contributors. All rights reserved. // SPDX-License-Identifier: MIT // #include "ClInstanceNormalizationWorkload.hpp" #include "ClWorkloadUtils.hpp" #include <aclCommon/ArmComputeTensorUtils.hpp> #include <cl/ClTensorHandle.hpp> using namespace armnn::armcomputetensorutils; ...
// // Copyright © 2019 Arm Ltd and Contributors. All rights reserved. // SPDX-License-Identifier: MIT // #pragma once #include "ClBaseWorkload.hpp" #include <arm_compute/runtime/CL/functions/CLInstanceNormalizationLayer.h> namespace armnn { arm_compute::Status ClInstanceNormalizationWorkloadValidate(const TensorI...
// // Copyright © 2017-2023 Arm Ltd and Contributors. All rights reserved. // SPDX-License-Identifier: MIT // #include "ClL2NormalizationFloatWorkload.hpp" #include <cl/ClTensorHandle.hpp> #include <armnn/backends/TensorHandle.hpp> #include <aclCommon/ArmComputeUtils.hpp> #include "ClWorkloadUtils.hpp" namespace ar...
// // Copyright © 2017 Arm Ltd and Contributors. All rights reserved. // SPDX-License-Identifier: MIT // #pragma once #include <armnn/backends/Workload.hpp> #include <arm_compute/runtime/CL/functions/CLL2NormalizeLayer.h> namespace armnn { arm_compute::Status ClL2NormalizationWorkloadValidate(const TensorInfo& in...
// // Copyright © 2020-2023 Arm Ltd and Contributors. All rights reserved. // SPDX-License-Identifier: MIT // #include "ClLogicalAndWorkload.hpp" #include "ClWorkloadUtils.hpp" #include <armnn/utility/PolymorphicDowncast.hpp> #include <aclCommon/ArmComputeTensorUtils.hpp> #include <cl/ClTensorHandle.hpp> namespa...
// // Copyright © 2020 Arm Ltd and Contributors. All rights reserved. // SPDX-License-Identifier: MIT // #pragma once #include "ClBaseWorkload.hpp" #include <arm_compute/core/Error.h> #include <arm_compute/runtime/CL/functions/CLLogicalAnd.h> namespace armnn { arm_compute::Status ClLogicalAndWorkloadValidate(cons...
// // Copyright © 2020-2023 Arm Ltd and Contributors. All rights reserved. // SPDX-License-Identifier: MIT // #include "ClLogicalNotWorkload.hpp" #include "ClWorkloadUtils.hpp" #include <armnn/utility/PolymorphicDowncast.hpp> #include <aclCommon/ArmComputeTensorUtils.hpp> #include <cl/ClTensorHandle.hpp> namespa...
// // Copyright © 2020 Arm Ltd and Contributors. All rights reserved. // SPDX-License-Identifier: MIT // #pragma once #include "ClBaseWorkload.hpp" #include <arm_compute/core/Error.h> #include <arm_compute/runtime/CL/functions/CLLogicalNot.h> namespace armnn { arm_compute::Status ClLogicalNotWorkloadValidate(cons...
// // Copyright © 2020-2023 Arm Ltd and Contributors. All rights reserved. // SPDX-License-Identifier: MIT // #include "ClLogicalOrWorkload.hpp" #include "ClWorkloadUtils.hpp" #include <armnn/utility/PolymorphicDowncast.hpp> #include <aclCommon/ArmComputeTensorUtils.hpp> #include <cl/ClTensorHandle.hpp> namespac...
// // Copyright © 2020 Arm Ltd and Contributors. All rights reserved. // SPDX-License-Identifier: MIT // #pragma once #include "ClBaseWorkload.hpp" #include <arm_compute/core/Error.h> #include <arm_compute/runtime/CL/functions/CLLogicalOr.h> namespace armnn { arm_compute::Status ClLogicalOrWorkloadValidate(const ...
// // Copyright © 2020-2023 Arm Ltd and Contributors. All rights reserved. // SPDX-License-Identifier: MIT // #include "ClLogSoftmaxWorkload.hpp" #include "ClWorkloadUtils.hpp" #include <aclCommon/ArmComputeTensorUtils.hpp> #include <aclCommon/ArmComputeUtils.hpp> #include <cl/ClTensorHandle.hpp> namespace armnn {...
// // Copyright © 2020 Arm Ltd and Contributors. All rights reserved. // SPDX-License-Identifier: MIT // #pragma once #include <armnn/Descriptors.hpp> #include <arm_compute/core/Error.h> #include <arm_compute/runtime/MemoryManagerOnDemand.h> #include <arm_compute/runtime/CL/functions/CLSoftmaxLayer.h> #include "C...
// // Copyright © 2021-2023 Arm Ltd and Contributors. All rights reserved. // SPDX-License-Identifier: MIT // #include "ClLogWorkload.hpp" #include "ClWorkloadUtils.hpp" #include <aclCommon/ArmComputeTensorUtils.hpp> #include <armnn/utility/PolymorphicDowncast.hpp> #include <cl/ClTensorHandle.hpp> namespace armnn...
// // Copyright © 2021 Arm Ltd and Contributors. All rights reserved. // SPDX-License-Identifier: MIT // #pragma once #include "ClBaseWorkload.hpp" #include <arm_compute/core/Error.h> #include <arm_compute/runtime/CL/functions/CLElementwiseUnaryLayer.h> namespace armnn { arm_compute::Status ClLogWorkloadValidate(...
// // Copyright © 2017-2023 Arm Ltd and Contributors. All rights reserved. // SPDX-License-Identifier: MIT // #include "ClLstmFloatWorkload.hpp" #include <cl/ClTensorHandle.hpp> #include <armnn/backends/TensorHandle.hpp> #include <cl/ClLayerSupport.hpp> #include <aclCommon/ArmComputeUtils.hpp> #include <aclCommon/Arm...
// // Copyright © 2017 Arm Ltd and Contributors. All rights reserved. // SPDX-License-Identifier: MIT // #pragma once #include <armnn/Descriptors.hpp> #include <armnn/LstmParams.hpp> #include <armnn/backends/Workload.hpp> #include <armnn/backends/WorkloadData.hpp> #include <arm_compute/runtime/CL/functions/CLLSTMLa...
// // Copyright © 2018,2020-2023 Arm Ltd and Contributors. All rights reserved. // SPDX-License-Identifier: MIT // #include "ClMaximumWorkload.hpp" #include "ClWorkloadUtils.hpp" #include <aclCommon/ArmComputeUtils.hpp> #include <aclCommon/ArmComputeTensorUtils.hpp> #include <armnn/backends/TensorHandle.hpp> #inc...
// // Copyright © 2017 Arm Ltd and Contributors. All rights reserved. // SPDX-License-Identifier: MIT // #pragma once #include "ClBaseWorkload.hpp" #include <arm_compute/runtime/CL/functions/CLElementwiseOperations.h> namespace armnn { arm_compute::Status ClMaximumWorkloadValidate(const TensorInfo& input0, ...
// // Copyright © 2018,2020-2023 Arm Ltd and Contributors. All rights reserved. // SPDX-License-Identifier: MIT // #include "ClMeanWorkload.hpp" #include <cl/ClTensorHandle.hpp> #include <aclCommon/ArmComputeTensorUtils.hpp> #include "ClWorkloadUtils.hpp" namespace armnn { using namespace armcomputetensorutils; a...
// // Copyright © 2017 Arm Ltd and Contributors. All rights reserved. // SPDX-License-Identifier: MIT // #pragma once #include "ClBaseWorkload.hpp" #include <arm_compute/runtime/CL/functions/CLReduceMean.h> namespace armnn { arm_compute::Status ClMeanValidate(const TensorInfo& input, ...
// // Copyright © 2019-2023 Arm Ltd and Contributors. All rights reserved. // SPDX-License-Identifier: MIT // #include "ClMinimumWorkload.hpp" #include "ClWorkloadUtils.hpp" #include <aclCommon/ArmComputeUtils.hpp> #include <aclCommon/ArmComputeTensorUtils.hpp> #include <armnn/backends/TensorHandle.hpp> #include ...
// // Copyright © 2017 Arm Ltd and Contributors. All rights reserved. // SPDX-License-Identifier: MIT // #pragma once #include "ClBaseWorkload.hpp" #include <arm_compute/runtime/CL/functions/CLElementwiseOperations.h> namespace armnn { arm_compute::Status ClMinimumWorkloadValidate(const TensorInfo& input0, ...
// // Copyright © 2017-2018,2020-2023 Arm Ltd and Contributors. All rights reserved. // SPDX-License-Identifier: MIT // #include "ClMultiplicationWorkload.hpp" #include <aclCommon/ArmComputeUtils.hpp> #include <armnn/backends/TensorHandle.hpp> #include <cl/ClTensorHandle.hpp> #include "ClWorkloadUtils.hpp" namesp...
// // Copyright © 2017 Arm Ltd and Contributors. All rights reserved. // SPDX-License-Identifier: MIT // #pragma once #include "ClBaseWorkload.hpp" #include <arm_compute/runtime/CL/functions/CLPixelWiseMultiplication.h> namespace armnn { arm_compute::Status ClMultiplicationWorkloadValidate(const TensorInfo& input...
// // Copyright © 2020-2023 Arm Ltd and Contributors. All rights reserved. // SPDX-License-Identifier: MIT // #include "ClNegWorkload.hpp" #include "ClWorkloadUtils.hpp" #include <aclCommon/ArmComputeTensorUtils.hpp> #include <armnn/utility/PolymorphicDowncast.hpp> #include <cl/ClTensorHandle.hpp> namespace armnn...
// // Copyright © 2020 Arm Ltd and Contributors. All rights reserved. // SPDX-License-Identifier: MIT // #pragma once #include "ClBaseWorkload.hpp" #include <arm_compute/core/Error.h> #include <arm_compute/runtime/CL/functions/CLElementwiseUnaryLayer.h> namespace armnn { arm_compute::Status ClNegWorkloadValidate(...
// // Copyright © 2017-2018,2020-2023 Arm Ltd and Contributors. All rights reserved. // SPDX-License-Identifier: MIT // #include "ClNormalizationFloatWorkload.hpp" #include <cl/ClTensorHandle.hpp> #include <armnn/backends/TensorHandle.hpp> #include <cl/ClLayerSupport.hpp> #include <aclCommon/ArmComputeUtils.hpp> #inc...
// // Copyright © 2017 Arm Ltd and Contributors. All rights reserved. // SPDX-License-Identifier: MIT // #pragma once #include <armnn/backends/Workload.hpp> #include <arm_compute/runtime/CL/functions/CLNormalizationLayer.h> namespace armnn { arm_compute::Status ClNormalizationWorkloadValidate(const TensorInfo& in...
// // Copyright © 2017-2023 Arm Ltd and Contributors. All rights reserved. // SPDX-License-Identifier: MIT // #include "ClPadWorkload.hpp" #include <cl/ClTensorHandle.hpp> #include <aclCommon/ArmComputeUtils.hpp> #include <aclCommon/ArmComputeTensorUtils.hpp> #include <arm_compute/core/Types.h> #include "ClWorkload...
// // Copyright © 2017 Arm Ltd and Contributors. All rights reserved. // SPDX-License-Identifier: MIT // #pragma once #include <armnn/backends/WorkloadData.hpp> #include "ClBaseWorkload.hpp" #include <arm_compute/runtime/CL/functions/CLPadLayer.h> namespace armnn { class ClPadWorkload : public ClBaseWorkload<PadQu...
// // Copyright © 2017-2023 Arm Ltd and Contributors. All rights reserved. // SPDX-License-Identifier: MIT // #include "ClPermuteWorkload.hpp" #include <cl/ClTensorHandle.hpp> #include <aclCommon/ArmComputeTensorUtils.hpp> #include <arm_compute/core/Error.h> #include "ClWorkloadUtils.hpp" namespace armnn { arm_co...
// // Copyright © 2017-2023 Arm Ltd and Contributors. All rights reserved. // SPDX-License-Identifier: MIT // #pragma once #include "ClBaseWorkload.hpp" #include <armnn/backends/WorkloadData.hpp> #include <armnn/TypesUtils.hpp> #include <arm_compute/runtime/CL/functions/CLPermute.h> #include <string> namespace ar...
// // Copyright © 2017-2023 Arm Ltd and Contributors. All rights reserved. // SPDX-License-Identifier: MIT // #include "ClPooling2dWorkload.hpp" #include <cl/ClLayerSupport.hpp> #include <cl/ClTensorHandle.hpp> #include <aclCommon/ArmComputeUtils.hpp> #include <aclCommon/ArmComputeTensorUtils.hpp> #include "ClWorklo...
// // Copyright © 2017 Arm Ltd and Contributors. All rights reserved. // SPDX-License-Identifier: MIT // #pragma once #include "ClBaseWorkload.hpp" #include <arm_compute/runtime/CL/functions/CLPoolingLayer.h> namespace armnn { arm_compute::Status ClPooling2dWorkloadValidate(const TensorInfo& input, const Tens...
// // Copyright © 2022-2023 Arm Ltd and Contributors. All rights reserved. // SPDX-License-Identifier: MIT // #include "ClPooling3dWorkload.hpp" #include <cl/ClLayerSupport.hpp> #include <cl/ClTensorHandle.hpp> #include <aclCommon/ArmComputeUtils.hpp> #include <aclCommon/ArmComputeTensorUtils.hpp> #include "ClWorklo...
// // Copyright © 2022 Arm Ltd and Contributors. All rights reserved. // SPDX-License-Identifier: MIT // #pragma once #include "ClBaseWorkload.hpp" #include <arm_compute/runtime/CL/functions/CLPooling3dLayer.h> namespace armnn { arm_compute::Status ClPooling3dWorkloadValidate(const TensorInfo& input, ...
// // Copyright © 2019-2023 Arm Ltd and Contributors. All rights reserved. // SPDX-License-Identifier: MIT // #include "ClPreluWorkload.hpp" #include "ClWorkloadUtils.hpp" #include <armnn/backends/TensorHandle.hpp> #include <aclCommon/ArmComputeUtils.hpp> #include <cl/ClLayerSupport.hpp> #include <cl/ClTensorHandle.h...
// // Copyright © 2017 Arm Ltd and Contributors. All rights reserved. // SPDX-License-Identifier: MIT // #pragma once #include "ClBaseWorkload.hpp" #include <arm_compute/runtime/CL/functions/CLPReluLayer.h> namespace armnn { arm_compute::Status ClPreluWorkloadValidate(const TensorInfo& input, ...
// // Copyright © 2020-2023 Arm Ltd and Contributors. All rights reserved. // SPDX-License-Identifier: MIT // #include "ClQLstmWorkload.hpp" #include "ClWorkloadUtils.hpp" #include "aclCommon/ArmComputeTensorUtils.hpp" #include "cl/ClTensorHandle.hpp" namespace armnn { using namespace armcomputetensorutils; ClQLs...
// // Copyright © 2020 Arm Ltd and Contributors. All rights reserved. // SPDX-License-Identifier: MIT // #pragma once #include <armnn/Descriptors.hpp> #include <armnn/LstmParams.hpp> #include "ClBaseWorkload.hpp" #include <armnn/backends/WorkloadData.hpp> #include "arm_compute/graph/Tensor.h" #include "arm_compute/...
// // Copyright © 2019-2023 Arm Ltd and Contributors. All rights reserved. // SPDX-License-Identifier: MIT // #include "ClQuantizedLstmWorkload.hpp" #include "ClWorkloadUtils.hpp" #include <armnn/backends/TensorHandle.hpp> #include <aclCommon/ArmComputeTensorUtils.hpp> #include <cl/ClTensorHandle.hpp> namespace arm...
// // Copyright © 2017 Arm Ltd and Contributors. All rights reserved. // SPDX-License-Identifier: MIT // #pragma once #include "ClBaseWorkload.hpp" #include <armnn/QuantizedLstmParams.hpp> #include <armnn/backends/Workload.hpp> #include <armnn/backends/WorkloadData.hpp> #include <arm_compute/runtime/CL/functions/C...
// // Copyright © 2019-2023 Arm Ltd and Contributors. All rights reserved. // SPDX-License-Identifier: MIT // #include "ClQuantizeWorkload.hpp" #include "ClWorkloadUtils.hpp" #include <aclCommon/ArmComputeUtils.hpp> #include <aclCommon/ArmComputeTensorUtils.hpp> #include <armnn/backends/TensorHandle.hpp> #include ...
// // Copyright © 2017 Arm Ltd and Contributors. All rights reserved. // SPDX-License-Identifier: MIT // #pragma once #include "ClBaseWorkload.hpp" #include <arm_compute/runtime/CL/functions/CLQuantizationLayer.h> namespace armnn { arm_compute::Status ClQuantizeWorkloadValidate(const TensorInfo& input, ...
// // Copyright © 2020-2023 Arm Ltd and Contributors. All rights reserved. // SPDX-License-Identifier: MIT // #pragma once #include "ClBaseWorkload.hpp" #include <armnn/backends/WorkloadData.hpp> #include "ClWorkloadUtils.hpp" namespace armnn { struct ClRankWorkload : public ClBaseWorkload<RankQueueDescriptor> { ...
// // Copyright © 2021-2024 Arm Ltd and Contributors. All rights reserved. // SPDX-License-Identifier: MIT // #include "ClReduceWorkload.hpp" #include <cl/ClTensorHandle.hpp> #include <aclCommon/ArmComputeUtils.hpp> #include <aclCommon/ArmComputeTensorUtils.hpp> #include "ClWorkloadUtils.hpp" namespace armnn { usi...
// // Copyright © 2021 Arm Ltd and Contributors. All rights reserved. // SPDX-License-Identifier: MIT // #pragma once #include "ClBaseWorkload.hpp" #include <arm_compute/runtime/CL/functions/CLReductionOperation.h> namespace armnn { arm_compute::Status ClReduceWorkloadValidate(const TensorInfo& input, ...
// // Copyright © 2017-2023 Arm Ltd and Contributors. All rights reserved. // SPDX-License-Identifier: MIT // #include "ClReshapeWorkload.hpp" #include <cl/ClTensorHandle.hpp> #include <armnn/backends/TensorHandle.hpp> #include "ClWorkloadUtils.hpp" namespace armnn { arm_compute::Status ClReshapeWorkloadValidate(c...
// // Copyright © 2017 Arm Ltd and Contributors. All rights reserved. // SPDX-License-Identifier: MIT // #pragma once #include "ClBaseWorkload.hpp" #include <arm_compute/runtime/CL/functions/CLReshapeLayer.h> namespace armnn { arm_compute::Status ClReshapeWorkloadValidate(const TensorInfo& input, ...
// // Copyright © 2019-2023 Arm Ltd and Contributors. All rights reserved. // SPDX-License-Identifier: MIT // #include "ClResizeWorkload.hpp" #include "ClWorkloadUtils.hpp" #include <aclCommon/ArmComputeUtils.hpp> #include <aclCommon/ArmComputeTensorUtils.hpp> #include <armnn/backends/TensorHandle.hpp> #include <...
// // Copyright © 2017 Arm Ltd and Contributors. All rights reserved. // SPDX-License-Identifier: MIT // #pragma once #include "ClBaseWorkload.hpp" #include <arm_compute/runtime/CL/functions/CLScale.h> namespace armnn { arm_compute::Status ClResizeWorkloadValidate(const TensorInfo& input, ...
// // Copyright © 2023 Arm Ltd and Contributors. All rights reserved. // SPDX-License-Identifier: MIT // #include "ClReverseV2Workload.hpp" #include "ClWorkloadUtils.hpp" #include <aclCommon/ArmComputeUtils.hpp> #include <cl/ClTensorHandle.hpp> #include <backendsCommon/WorkloadUtils.hpp> using namespace armnn::armco...
// // Copyright © 2023 Arm Ltd and Contributors. All rights reserved. // SPDX-License-Identifier: MIT // #pragma once #include "ClBaseWorkload.hpp" #include <arm_compute/runtime/CL/functions/CLReverse.h> #include <arm_compute/runtime/Tensor.h> #include "arm_compute/runtime/CL/CLTensor.h" namespace armnn { arm_comp...
// // Copyright © 2019-2023 Arm Ltd and Contributors. All rights reserved. // SPDX-License-Identifier: MIT // #include "ClRsqrtWorkload.hpp" #include "ClWorkloadUtils.hpp" #include <aclCommon/ArmComputeTensorUtils.hpp> #include <armnn/utility/PolymorphicDowncast.hpp> #include <cl/ClTensorHandle.hpp> namespace arm...
// // Copyright © 2019 Arm Ltd and Contributors. All rights reserved. // SPDX-License-Identifier: MIT // #pragma once #include "ClBaseWorkload.hpp" #include <arm_compute/core/Error.h> #include <arm_compute/runtime/CL/functions/CLElementwiseUnaryLayer.h> namespace armnn { arm_compute::Status ClRsqrtWorkloadValidat...
// // Copyright © 2024 Arm Ltd and Contributors. All rights reserved. // SPDX-License-Identifier: MIT // #include "ClScatterNdWorkload.hpp" #include "ClWorkloadUtils.hpp" #include <aclCommon/ArmComputeTensorUtils.hpp> #include <cl/ClTensorHandle.hpp> #include <arm_compute/function_info/ScatterInfo.h> namespace ar...
// // Copyright © 2024 Arm Ltd and Contributors. All rights reserved. // SPDX-License-Identifier: MIT // #pragma once #include <armnn/Descriptors.hpp> #include <arm_compute/runtime/CL/functions/CLScatter.h> #include "ClBaseWorkload.hpp" namespace armnn { arm_compute::Status ClScatterNdWorkloadValidate(const Tens...
// // Copyright © 2021-2023 Arm Ltd and Contributors. All rights reserved. // SPDX-License-Identifier: MIT // #include "ClSinWorkload.hpp" #include "ClWorkloadUtils.hpp" #include <aclCommon/ArmComputeTensorUtils.hpp> #include <armnn/utility/PolymorphicDowncast.hpp> #include <cl/ClTensorHandle.hpp> namespace armnn...
// // Copyright © 2021 Arm Ltd and Contributors. All rights reserved. // SPDX-License-Identifier: MIT // #pragma once #include "ClBaseWorkload.hpp" #include <arm_compute/core/Error.h> #include <arm_compute/runtime/CL/functions/CLElementwiseUnaryLayer.h> namespace armnn { arm_compute::Status ClSinWorkloadValidate(...
// // Copyright © 2019-2023 Arm Ltd and Contributors. All rights reserved. // SPDX-License-Identifier: MIT // #include "ClSliceWorkload.hpp" #include "ClWorkloadUtils.hpp" #include <aclCommon/ArmComputeTensorUtils.hpp> #include <armnn/utility/PolymorphicDowncast.hpp> #include <cl/ClTensorHandle.hpp> namespace arm...
// // Copyright © 2019 Arm Ltd and Contributors. All rights reserved. // SPDX-License-Identifier: MIT // #pragma once #include "ClBaseWorkload.hpp" #include <arm_compute/core/Error.h> #include <arm_compute/runtime/CL/functions/CLSlice.h> namespace armnn { arm_compute::Status ClSliceWorkloadValidate(const TensorIn...
// // Copyright © 2020-2023 Arm Ltd and Contributors. All rights reserved. // SPDX-License-Identifier: MIT // #include "ClSoftmaxWorkload.hpp" #include "ClWorkloadUtils.hpp" #include <aclCommon/ArmComputeTensorUtils.hpp> #include <aclCommon/ArmComputeUtils.hpp> #include <cl/ClTensorHandle.hpp> namespace armnn { a...
// // Copyright © 2020 Arm Ltd and Contributors. All rights reserved. // SPDX-License-Identifier: MIT // #pragma once #include <armnn/Descriptors.hpp> #include <arm_compute/core/Error.h> #include <arm_compute/runtime/MemoryManagerOnDemand.h> #include <arm_compute/runtime/CL/functions/CLSoftmaxLayer.h> #include "Cl...
// // Copyright © 2017-2023 Arm Ltd and Contributors. All rights reserved. // SPDX-License-Identifier: MIT // #include "ClSpaceToBatchNdWorkload.hpp" #include <armnn/utility/PolymorphicDowncast.hpp> #include <cl/ClTensorHandle.hpp> namespace armnn { using namespace armcomputetensorutils; arm_compute::Status ClSpa...
// // Copyright © 2017, 2020-2023 Arm Ltd and Contributors. All rights reserved. // SPDX-License-Identifier: MIT // #pragma once #include "ClBaseWorkload.hpp" #include "ClWorkloadUtils.hpp" #include <arm_compute/runtime/CL/functions/CLSpaceToBatchLayer.h> #include <arm_compute/runtime/CL/functions/CLReshapeLayer.h>...
// // Copyright © 2019-2023 Arm Ltd and Contributors. All rights reserved. // SPDX-License-Identifier: MIT // #include "ClSpaceToDepthWorkload.hpp" #include "ClWorkloadUtils.hpp" #include <aclCommon/ArmComputeUtils.hpp> #include <aclCommon/ArmComputeTensorUtils.hpp> #include <armnn/backends/TensorHandle.hpp> #includ...
// // Copyright © 2017 Arm Ltd and Contributors. All rights reserved. // SPDX-License-Identifier: MIT // #pragma once #include <armnn/Descriptors.hpp> #include "ClBaseWorkload.hpp" #include <arm_compute/runtime/CL/functions/CLSpaceToDepthLayer.h> namespace armnn { arm_compute::Status ClSpaceToDepthWorkloadValidate...
// // Copyright © 2019-2024 Arm Ltd and Contributors. All rights reserved. // SPDX-License-Identifier: MIT // #include "ClSplitterWorkload.hpp" #include "ClWorkloadUtils.hpp" #include <aclCommon/ArmComputeTensorUtils.hpp> #include <aclCommon/ArmComputeUtils.hpp> #include <armnn/utility/PolymorphicDowncast.hpp> #inc...
// // Copyright © 2017 Arm Ltd and Contributors. All rights reserved. // SPDX-License-Identifier: MIT // #pragma once #include "ClBaseWorkload.hpp" #include <arm_compute/core/Error.h> #include <arm_compute/runtime/IFunction.h> #include <arm_compute/runtime/CL/functions/CLSplit.h> #include <functional> namespace a...
// // Copyright © 2022-2024 Arm Ltd and Contributors. All rights reserved. // SPDX-License-Identifier: MIT // #include "ClSqrtWorkload.hpp" #include "ClWorkloadUtils.hpp" #include <aclCommon/ArmComputeTensorUtils.hpp> #include <aclCommon/ArmComputeUtils.hpp> #include <armnn/utility/PolymorphicDowncast.hpp> #includ...
// // Copyright © 2022 Arm Ltd and Contributors. All rights reserved. // SPDX-License-Identifier: MIT // #pragma once #include "ClBaseWorkload.hpp" #include <arm_compute/core/Error.h> #include <arm_compute/runtime/CL/functions/CLActivationLayer.h> namespace armnn { arm_compute::Status ClSqrtWorkloadValidate(const...
// // Copyright © 2019-2023 Arm Ltd and Contributors. All rights reserved. // SPDX-License-Identifier: MIT // #include "ClStackWorkload.hpp" #include "ClWorkloadUtils.hpp" #include <aclCommon/ArmComputeTensorUtils.hpp> #include <armnn/utility/NumericCast.hpp> #include <armnn/utility/PolymorphicDowncast.hpp> #include <...
// // Copyright © 2017 Arm Ltd and Contributors. All rights reserved. // SPDX-License-Identifier: MIT // #pragma once #include "ClBaseWorkload.hpp" #include <arm_compute/runtime/CL/functions/CLStackLayer.h> namespace armnn { arm_compute::Status ClStackWorkloadValidate(const std::vector<const TensorInfo*>& inputs, ...
// // Copyright © 2018-2023 Arm Ltd and Contributors. All rights reserved. // SPDX-License-Identifier: MIT // #include "ClStridedSliceWorkload.hpp" #include "ClWorkloadUtils.hpp" #include <aclCommon/ArmComputeUtils.hpp> #include <aclCommon/ArmComputeTensorUtils.hpp> #include <armnn/backends/TensorHandle.hpp> #incl...
// // Copyright © 2017 Arm Ltd and Contributors. All rights reserved. // SPDX-License-Identifier: MIT // #pragma once #include <armnn/Tensor.hpp> #include <armnn/Descriptors.hpp> #include "ClBaseWorkload.hpp" #include <arm_compute/runtime/CL/functions/CLStridedSlice.h> namespace armnn { arm_compute::Status ClStr...
// // Copyright © 2017-2018,2020-2023 Arm Ltd and Contributors. All rights reserved. // SPDX-License-Identifier: MIT // #include "ClSubtractionWorkload.hpp" #include <cl/ClTensorHandle.hpp> #include <armnn/backends/TensorHandle.hpp> #include <aclCommon/ArmComputeUtils.hpp> #include <aclCommon/ArmComputeTensorUtils.h...
// // Copyright © 2017 Arm Ltd and Contributors. All rights reserved. // SPDX-License-Identifier: MIT // #pragma once #include "ClBaseWorkload.hpp" #include <arm_compute/runtime/CL/functions/CLElementwiseOperations.h> namespace armnn { class ClSubtractionWorkload : public ClBaseWorkload<SubtractionQueueDescriptor...