From 201e0fee596dafcf9c869a550fae29779aad2394 Mon Sep 17 00:00:00 2001 From: Sang-Hoon Park Date: Wed, 27 Jan 2021 13:14:56 +0000 Subject: Make Softmax kernels on OpenCL stateless * ClSoftmaxKernel and ClSoftmax are created. * ClSoftmaxKernel is now state-less and ClSoftmax handles the internal tensors required for computation. * add_const_tensor() is added to TensorPack not only to have symmetric interface but also to benefit from implicit conversion. Implements: COMPMID-3998 Change-Id: I4f823121777be24260fd12b2cd71a6ff718c4eed Signed-off-by: Sang-Hoon Park Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/5087 Reviewed-by: Georgios Pinitas Tested-by: Arm Jenkins Comments-Addressed: Arm Jenkins --- arm_compute/core/experimental/Types.h | 1 + 1 file changed, 1 insertion(+) (limited to 'arm_compute/core/experimental') diff --git a/arm_compute/core/experimental/Types.h b/arm_compute/core/experimental/Types.h index f615678e31..2a4bd89385 100644 --- a/arm_compute/core/experimental/Types.h +++ b/arm_compute/core/experimental/Types.h @@ -52,6 +52,7 @@ enum TensorType : int32_t ACL_INT_1 = 51, ACL_INT_2 = 52, ACL_INT_3 = 53, + ACL_INT_4 = 54, ACL_SRC_VEC = 256, }; -- cgit v1.2.1