sync ports with The Matrix

This commit is contained in:
purplerain 2023-09-17 04:05:06 +00:00
parent 02776f1507
commit a0fe1892c0
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
885 changed files with 6817 additions and 4874 deletions

View file

@ -49,6 +49,7 @@ include/arm_compute/core/CPP/kernels/CPPPermuteKernel.h
include/arm_compute/core/CPP/kernels/CPPTopKVKernel.h
include/arm_compute/core/CPP/kernels/CPPUpsampleKernel.h
include/arm_compute/core/Coordinates.h
include/arm_compute/core/CoreTypes.h
include/arm_compute/core/Dimensions.h
include/arm_compute/core/Error.h
include/arm_compute/core/GPUTarget.h
@ -85,7 +86,14 @@ include/arm_compute/core/experimental/IPostOp.h
include/arm_compute/core/experimental/PostOps.h
include/arm_compute/core/experimental/Types.h
include/arm_compute/core/utils/
include/arm_compute/core/utils/ActivationFunctionUtils.h
include/arm_compute/core/utils/DataLayoutUtils.h
include/arm_compute/core/utils/DataTypeUtils.h
include/arm_compute/core/utils/FormatUtils.h
include/arm_compute/core/utils/InterpolationPolicyUtils.h
include/arm_compute/core/utils/StringUtils.h
include/arm_compute/core/utils/helpers/
include/arm_compute/core/utils/helpers/AdjustVecSize.h
include/arm_compute/core/utils/helpers/tensor_transform.h
include/arm_compute/core/utils/io/
include/arm_compute/core/utils/io/FileHandler.h
@ -101,6 +109,7 @@ include/arm_compute/core/utils/logging/Printers.h
include/arm_compute/core/utils/logging/StdPrinter.h
include/arm_compute/core/utils/logging/Types.h
include/arm_compute/core/utils/math/
include/arm_compute/core/utils/math/Math.h
include/arm_compute/core/utils/math/SafeOps.h
include/arm_compute/core/utils/misc/
include/arm_compute/core/utils/misc/InfoHelpers.h
@ -145,6 +154,12 @@ include/arm_compute/dynamic_fusion/sketch/gpu/operators/GpuSigmoid.h
include/arm_compute/dynamic_fusion/sketch/gpu/operators/GpuSoftmax.h
include/arm_compute/dynamic_fusion/sketch/gpu/operators/GpuSub.h
include/arm_compute/dynamic_fusion/sketch/gpu/operators/GpuTanh.h
include/arm_compute/function_info/
include/arm_compute/function_info/ActivationLayerInfo.h
include/arm_compute/function_info/ConvolutionInfo.h
include/arm_compute/function_info/FullyConnectedLayerInfo.h
include/arm_compute/function_info/GEMMInfo.h
include/arm_compute/function_info/MatMulInfo.h
include/arm_compute/graph/
include/arm_compute/graph.h
include/arm_compute/graph/DataLayerVisitor.h