From a084b46835d20fdfe6e590b91b7ca64fba3542df Mon Sep 17 00:00:00 2001 From: Aleksandr Nikolaev Date: Thu, 25 Jun 2020 12:25:52 +0100 Subject: [ONCPUML-97]: Implement "int8" support for 2D decomposition at high core counts Interleaved2d functionality was extended to uint8 and int8 kernels. Change-Id: If78facbce56e9ec7b2f4c23436af0bd5db7f7b69 Signed-off-by: Aleksandr Nikolaev Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/3467 Tested-by: Arm Jenkins Reviewed-by: Georgios Pinitas Comments-Addressed: Arm Jenkins --- arm_compute/graph/Types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arm_compute/graph/Types.h') diff --git a/arm_compute/graph/Types.h b/arm_compute/graph/Types.h index cb2f7fe0ca..3a4d0a6070 100644 --- a/arm_compute/graph/Types.h +++ b/arm_compute/graph/Types.h @@ -79,7 +79,7 @@ struct TensorDescriptor; /** Graph configuration structure */ struct GraphConfig { - bool use_function_memory_manager{ true }; /**< Use a memory manager to manage per-funcion auxilary memory */ + bool use_function_memory_manager{ true }; /**< Use a memory manager to manage per-function auxilary memory */ bool use_function_weights_manager{ true }; /**< Use a weights manager to manage transformed weights */ bool use_transition_memory_manager{ true }; /**< Use a memory manager to manager transition buffer memory */ bool use_tuner{ false }; /**< Use a tuner in tunable backends */ -- cgit v1.2.1