Comply with Trademark rules for use of Neon, Arm and Mali
authorSheri Zhang <sheri.zhang@arm.com>
Wed, 10 Feb 2021 15:32:38 +0000 (15:32 +0000)
committerGiorgio Arena <giorgio.arena@arm.com>
Mon, 22 Feb 2021 11:15:41 +0000 (11:15 +0000)
commitcece42cb5f1c0793b0b396a9996d8763b8c526bd
tree39ab9952f4b2cd4027bb0ac38c242a81f059c1fc
parent5dd0db5a34c410ac720a37cfe33ccefaf621d520
Comply with Trademark rules for use of Neon, Arm and Mali

Full trademarks available in README.md

Resolves: COMPMID-4257

Signed-off-by: Sheri Zhang <sheri.zhang@arm.com>
Change-Id: Ibfba2adf2eef3449433f467464ebd87d7198474d
Signed-off-by: Michele Di Giorgio <michele.digiorgio@arm.com>
Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/5116
Reviewed-by: Georgios Pinitas <georgios.pinitas@arm.com>
Comments-Addressed: Arm Jenkins <bsgcomp@arm.com>
Tested-by: Arm Jenkins <bsgcomp@arm.com>
275 files changed:
README.md
SConstruct
arm_compute/core/ITensor.h
arm_compute/graph/TypePrinter.h
arm_compute/graph/Types.h
arm_compute/graph/Utils.h
arm_compute/graph/backends/NEON/NEDeviceBackend.h
arm_compute/graph/backends/NEON/NEFunctionFactory.h
arm_compute/graph/backends/NEON/NESubTensorHandle.h
arm_compute/graph/backends/NEON/NETensorHandle.h
arm_compute/runtime/CL/functions/CLGEMMLowpOutputStage.h
arm_compute/runtime/CL/functions/CLHarrisCorners.h
arm_compute/runtime/IFunction.h
arm_compute/runtime/ITransformWeights.h
arm_compute/runtime/NEON/INEOperator.h
arm_compute/runtime/NEON/INESimpleFunction.h
arm_compute/runtime/NEON/INESimpleFunctionNoBorder.h
arm_compute/runtime/NEON/NEFunctions.h
arm_compute/runtime/NEON/NEScheduler.h
arm_compute/runtime/NEON/functions/NEArgMinMaxLayer.h
arm_compute/runtime/NEON/functions/NEBox3x3.h
arm_compute/runtime/NEON/functions/NECannyEdge.h
arm_compute/runtime/NEON/functions/NEConvolution.h
arm_compute/runtime/NEON/functions/NEConvolutionLayer.h
arm_compute/runtime/NEON/functions/NEDeconvolutionLayer.h
arm_compute/runtime/NEON/functions/NEDepthwiseConvolutionLayer.h
arm_compute/runtime/NEON/functions/NEDerivative.h
arm_compute/runtime/NEON/functions/NEDilate.h
arm_compute/runtime/NEON/functions/NEDirectConvolutionLayer.h
arm_compute/runtime/NEON/functions/NEEqualizeHistogram.h
arm_compute/runtime/NEON/functions/NEErode.h
arm_compute/runtime/NEON/functions/NEFFT1D.h
arm_compute/runtime/NEON/functions/NEFFT2D.h
arm_compute/runtime/NEON/functions/NEFFTConvolutionLayer.h
arm_compute/runtime/NEON/functions/NEFastCorners.h
arm_compute/runtime/NEON/functions/NEFullyConnectedLayer.h
arm_compute/runtime/NEON/functions/NEGEMM.h
arm_compute/runtime/NEON/functions/NEGEMMConv2d.h
arm_compute/runtime/NEON/functions/NEGEMMConvolutionLayer.h
arm_compute/runtime/NEON/functions/NEGEMMLowpMatrixMultiplyCore.h
arm_compute/runtime/NEON/functions/NEGEMMLowpOutputStage.h
arm_compute/runtime/NEON/functions/NEGaussian3x3.h
arm_compute/runtime/NEON/functions/NEGaussian5x5.h
arm_compute/runtime/NEON/functions/NEGaussianPyramid.h
arm_compute/runtime/NEON/functions/NEHOGDescriptor.h
arm_compute/runtime/NEON/functions/NEHOGDetector.h
arm_compute/runtime/NEON/functions/NEHOGGradient.h
arm_compute/runtime/NEON/functions/NEHOGMultiDetection.h
arm_compute/runtime/NEON/functions/NEHarrisCorners.h
arm_compute/runtime/NEON/functions/NELSTMLayerQuantized.h
arm_compute/runtime/NEON/functions/NELaplacianPyramid.h
arm_compute/runtime/NEON/functions/NELaplacianReconstruct.h
arm_compute/runtime/NEON/functions/NEMaxUnpoolingLayer.h
arm_compute/runtime/NEON/functions/NEMeanStdDev.h
arm_compute/runtime/NEON/functions/NEMedian3x3.h
arm_compute/runtime/NEON/functions/NEMinMaxLocation.h
arm_compute/runtime/NEON/functions/NENonLinearFilter.h
arm_compute/runtime/NEON/functions/NENonMaximaSuppression3x3.h
arm_compute/runtime/NEON/functions/NENormalizationLayer.h
arm_compute/runtime/NEON/functions/NEOpticalFlow.h
arm_compute/runtime/NEON/functions/NEPadLayer.h
arm_compute/runtime/NEON/functions/NEPermute.h
arm_compute/runtime/NEON/functions/NEPoolingLayer.h
arm_compute/runtime/NEON/functions/NEQLSTMLayer.h
arm_compute/runtime/NEON/functions/NEQuantizationLayer.h
arm_compute/runtime/NEON/functions/NEROIAlignLayer.h
arm_compute/runtime/NEON/functions/NEROIPoolingLayer.h
arm_compute/runtime/NEON/functions/NEReductionOperation.h
arm_compute/runtime/NEON/functions/NERemap.h
arm_compute/runtime/NEON/functions/NEScharr3x3.h
arm_compute/runtime/NEON/functions/NESobel3x3.h
arm_compute/runtime/NEON/functions/NESobel5x5.h
arm_compute/runtime/NEON/functions/NESobel7x7.h
arm_compute/runtime/NEON/functions/NESpaceToBatchLayer.h
arm_compute/runtime/NEON/functions/NESpaceToDepthLayer.h
arm_compute/runtime/NEON/functions/NETranspose.h
arm_compute/runtime/NEON/functions/NEWinogradConvolutionLayer.h
docs/00_introduction.dox
docs/01_library.dox
docs/02_tests.dox
docs/04_adding_operator.dox
docs/06_functions_list.dox
docs/07_errata.dox
docs/ComputeLibrary.dir
examples/neon_cnn.cpp
examples/neon_copy_objects.cpp
examples/neoncl_scale_median_gaussian.cpp
scripts/include_functions_kernels.py [changed mode: 0755->0644]
src/core/CL/cl_kernels/helpers_asymm.h
src/core/NEON/INEKernel.h
src/core/NEON/INESimpleKernel.h
src/core/NEON/NEKernels.h
src/core/NEON/kernels/NEBatchNormalizationLayerKernel.cpp
src/core/NEON/kernels/NEBox3x3Kernel.h
src/core/NEON/kernels/NECannyEdgeKernel.h
src/core/NEON/kernels/NEChannelShuffleLayerKernel.cpp
src/core/NEON/kernels/NECol2ImKernel.cpp
src/core/NEON/kernels/NECol2ImKernel.h
src/core/NEON/kernels/NEConvertFullyConnectedWeightsKernel.cpp
src/core/NEON/kernels/NEConvertQuantizedSignednessKernel.h
src/core/NEON/kernels/NEConvolutionKernel.cpp
src/core/NEON/kernels/NEDerivativeKernel.cpp
src/core/NEON/kernels/NEDirectConvolutionLayerKernel.cpp
src/core/NEON/kernels/NEDirectConvolutionLayerKernel.h
src/core/NEON/kernels/NEDirectConvolutionLayerOutputStageKernel.cpp
src/core/NEON/kernels/NEDirectConvolutionLayerOutputStageKernel.h
src/core/NEON/kernels/NEFastCornersKernel.h
src/core/NEON/kernels/NEFillBorderKernel.cpp
src/core/NEON/kernels/NEGEMMInterleave4x4Kernel.cpp
src/core/NEON/kernels/NEGEMMInterleave4x4Kernel.h
src/core/NEON/kernels/NEGEMMLowpMatrixMultiplyKernel.h
src/core/NEON/kernels/NEGEMMLowpOffsetContributionKernel.h
src/core/NEON/kernels/NEGEMMLowpOffsetContributionOutputStageKernel.h
src/core/NEON/kernels/NEGEMMLowpQuantizeDownInt32ScaleKernel.h
src/core/NEON/kernels/NEGEMMLowpQuantizeDownInt32ToInt16ScaleByFixedPointKernel.h
src/core/NEON/kernels/NEGEMMLowpQuantizeDownInt32ToInt8ScaleByFixedPointKernel.h
src/core/NEON/kernels/NEGEMMLowpQuantizeDownInt32ToUint8ScaleByFixedPointKernel.h
src/core/NEON/kernels/NEGEMMLowpReductionKernel.h
src/core/NEON/kernels/NEGEMMMatrixAdditionKernel.h
src/core/NEON/kernels/NEGEMMMatrixMultiplyKernel.h
src/core/NEON/kernels/NEGEMMTranspose1xWKernel.cpp
src/core/NEON/kernels/NEGEMMTranspose1xWKernel.h
src/core/NEON/kernels/NEGatherKernel.h
src/core/NEON/kernels/NEGaussian3x3Kernel.h
src/core/NEON/kernels/NEGaussian5x5Kernel.h
src/core/NEON/kernels/NEGaussianPyramidKernel.h
src/core/NEON/kernels/NEHOGDescriptorKernel.h
src/core/NEON/kernels/NEHOGDetectorKernel.h
src/core/NEON/kernels/NEHarrisCornersKernel.h
src/core/NEON/kernels/NEIm2ColKernel.cpp
src/core/NEON/kernels/NEInstanceNormalizationLayerKernel.cpp
src/core/NEON/kernels/NELKTrackerKernel.h
src/core/NEON/kernels/NENonMaximaSuppression3x3Kernel.h
src/core/NEON/kernels/NENormalizationLayerKernel.cpp
src/core/NEON/kernels/NEPadLayerKernel.h
src/core/NEON/kernels/NEQLSTMLayerNormalizationKernel.h
src/core/NEON/kernels/NERangeKernel.cpp
src/core/NEON/kernels/NEReductionOperationKernel.cpp
src/core/NEON/kernels/NEReductionOperationKernel.h
src/core/NEON/kernels/NERemapKernel.h
src/core/NEON/kernels/NEReorgLayerKernel.cpp
src/core/NEON/kernels/NEReverseKernel.cpp
src/core/NEON/kernels/NEScaleKernel.h
src/core/NEON/kernels/NEStackLayerKernel.cpp
src/core/NEON/kernels/NEStackLayerKernel.h
src/core/NEON/kernels/NEThresholdKernel.cpp
src/core/NEON/kernels/NETileKernel.h
src/core/NEON/kernels/NETransposeKernel.cpp
src/core/NEON/kernels/NETransposeKernel.h
src/core/NEON/kernels/NEWeightsReshapeKernel.cpp
src/core/NEON/kernels/NEWeightsReshapeKernel.h
src/core/NEON/kernels/NEWinogradConvolutionLayerKernel.h
src/core/NEON/kernels/arm_gemm/gemm_fp32.cpp
src/core/NEON/kernels/arm_gemm/interleave_indirect.cpp
src/core/NEON/kernels/batchnormalization/impl/NEON/fp16.cpp
src/core/NEON/kernels/batchnormalization/impl/NEON/fp32.cpp
src/core/NEON/kernels/detail/NEActivationFunctionDetail.h
src/core/NEON/wrapper/traits.h
src/core/cpu/kernels/CpuConcatenateBatchKernel.cpp
src/core/cpu/kernels/CpuConcatenateDepthKernel.cpp
src/core/cpu/kernels/CpuConcatenateHeightKernel.cpp
src/core/cpu/kernels/CpuConcatenateWidthKernel.cpp
src/core/cpu/kernels/CpuReshapeKernel.cpp
src/core/cpu/kernels/activation/NEON/fp16.cpp
src/core/cpu/kernels/activation/NEON/fp32.cpp
src/core/cpu/kernels/add/neon/list.h
src/core/cpu/kernels/pooling/neon/quantized.h
src/core/cpu/kernels/softmax/impl/NEON/list.h
src/core/cpu/kernels/sub/neon/list.h
src/graph/backends/NEON/NEDeviceBackend.cpp
src/graph/backends/NEON/NEFunctionFactory.cpp
src/graph/backends/NEON/NENodeValidator.cpp
src/runtime/NEON/functions/NEConvolutionLayer.cpp
src/runtime/NEON/functions/NEGEMMAssemblyDispatch.cpp
src/runtime/NEON/functions/NEGEMMConv2d.cpp
src/runtime/NEON/functions/NEGEMMConvolutionLayer.cpp
src/runtime/cpu/operators/CpuPooling.h
tests/benchmark/NEON/Scale.cpp
tests/benchmark/fixtures/ScaleLayerFixture.h
tests/datasets/ScaleValidationDataset.h
tests/framework/SConscript
tests/validation/GLES_COMPUTE/Scale.cpp
tests/validation/NEON/AbsoluteDifference.cpp
tests/validation/NEON/Accumulate.cpp
tests/validation/NEON/ActivationLayer.cpp
tests/validation/NEON/ArgMinMax.cpp
tests/validation/NEON/ArithmeticAddition.cpp
tests/validation/NEON/ArithmeticSubtraction.cpp
tests/validation/NEON/BatchNormalizationLayer.cpp
tests/validation/NEON/BatchToSpaceLayer.cpp
tests/validation/NEON/BitwiseAnd.cpp
tests/validation/NEON/BitwiseNot.cpp
tests/validation/NEON/BitwiseOr.cpp
tests/validation/NEON/BitwiseXor.cpp
tests/validation/NEON/BoundingBoxTransform.cpp
tests/validation/NEON/Cast.cpp
tests/validation/NEON/ChannelCombine.cpp
tests/validation/NEON/ChannelExtract.cpp
tests/validation/NEON/ChannelShuffle.cpp
tests/validation/NEON/ColorConvert.cpp
tests/validation/NEON/ConvertFullyConnectedWeights.cpp
tests/validation/NEON/Convolution.cpp
tests/validation/NEON/ConvolutionLayer.cpp
tests/validation/NEON/Copy.cpp
tests/validation/NEON/CropResize.cpp
tests/validation/NEON/DeconvolutionLayer.cpp
tests/validation/NEON/DepthConvertLayer.cpp
tests/validation/NEON/DepthToSpaceLayer.cpp
tests/validation/NEON/DepthwiseConvolutionLayer.cpp
tests/validation/NEON/DepthwiseConvolutionLayerNative.cpp
tests/validation/NEON/DequantizationLayer.cpp
tests/validation/NEON/Derivative.cpp
tests/validation/NEON/DetectionPostProcessLayer.cpp
tests/validation/NEON/Dilate.cpp
tests/validation/NEON/DilatedConvolutionLayer.cpp
tests/validation/NEON/DirectConvolutionLayer.cpp
tests/validation/NEON/ElementwiseAbsoluteValue.cpp
tests/validation/NEON/ElementwiseDivision.cpp
tests/validation/NEON/ElementwiseExpLayer.cpp
tests/validation/NEON/ElementwiseLog.cpp
tests/validation/NEON/ElementwiseMax.cpp
tests/validation/NEON/ElementwiseMin.cpp
tests/validation/NEON/ElementwiseNegation.cpp
tests/validation/NEON/ElementwisePower.cpp
tests/validation/NEON/ElementwiseRound.cpp
tests/validation/NEON/ElementwiseRsqrtLayer.cpp
tests/validation/NEON/ElementwiseSin.cpp
tests/validation/NEON/ElementwiseSquareDiff.cpp
tests/validation/NEON/FFT.cpp
tests/validation/NEON/Fill.cpp
tests/validation/NEON/Flatten.cpp
tests/validation/NEON/FuseBatchNormalization.cpp
tests/validation/NEON/GEMMLowp.cpp
tests/validation/NEON/Gather.cpp
tests/validation/NEON/GenerateProposalsLayer.cpp
tests/validation/NEON/HOGDetector.cpp
tests/validation/NEON/Im2Col.cpp
tests/validation/NEON/InstanceNormalizationLayer.cpp
tests/validation/NEON/L2NormalizeLayer.cpp
tests/validation/NEON/LSTMLayer.cpp
tests/validation/NEON/LSTMLayerQuantized.cpp
tests/validation/NEON/Logical.cpp
tests/validation/NEON/MaxUnpoolingLayer.cpp
tests/validation/NEON/MeanStdDevNormalizationLayer.cpp
tests/validation/NEON/MinMaxLocation.cpp
tests/validation/NEON/NormalizationLayer.cpp
tests/validation/NEON/PReluLayer.cpp
tests/validation/NEON/PadLayer.cpp
tests/validation/NEON/PoolingLayer.cpp
tests/validation/NEON/PriorBoxLayer.cpp
tests/validation/NEON/QLSTMLayerNormalization.cpp
tests/validation/NEON/QuantizationLayer.cpp
tests/validation/NEON/RNNLayer.cpp
tests/validation/NEON/ROIAlignLayer.cpp
tests/validation/NEON/Range.cpp
tests/validation/NEON/ReduceMean.cpp
tests/validation/NEON/ReductionOperation.cpp
tests/validation/NEON/ReorgLayer.cpp
tests/validation/NEON/Reverse.cpp
tests/validation/NEON/Scale.cpp
tests/validation/NEON/Select.cpp
tests/validation/NEON/Slice.cpp
tests/validation/NEON/SpaceToBatchLayer.cpp
tests/validation/NEON/SpaceToDepthLayer.cpp
tests/validation/NEON/Split.cpp
tests/validation/NEON/StackLayer.cpp
tests/validation/NEON/StridedSlice.cpp
tests/validation/NEON/Tile.cpp
tests/validation/NEON/UNIT/DynamicTensor.cpp
tests/validation/NEON/UNIT/RuntimeContext.cpp
tests/validation/NEON/Unstack.cpp
tests/validation/fixtures/DepthConvertLayerFixture.h
tests/validation/reference/UtilsQuantizedAsymm.h
utils/CommonGraphOptions.h
utils/GraphUtils.h