From eccc117ec56fff31048b66d382cf59be5e5bd739 Mon Sep 17 00:00:00 2001 From: Kainan Cha Date: Tue, 25 May 2021 15:00:25 +0800 Subject: [PATCH] Remove unused enum Signed-off-by: Kainan Cha --- include/tim/vx/types.h | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/include/tim/vx/types.h b/include/tim/vx/types.h index f035a1b..2f9554c 100644 --- a/include/tim/vx/types.h +++ b/include/tim/vx/types.h @@ -62,16 +62,6 @@ enum class RoundingPolicy { TO_ZERO, RTNE }; enum class DownScaleSizeRounding { FLOOR, CEILING }; -enum class ActivationType { - NONE, - RELU, - RELU1, - RELU6, - TANH, - //SIGNBIT, - SIGMOID -}; - enum class ResizeType { NEAREST_NEIGHBOR, BILINEAR, AREA }; enum class DataLayout {