From d486e5289921f937fb7a9c2d84ff87229fa25d43 Mon Sep 17 00:00:00 2001 From: Mike Kelly Date: Tue, 17 Dec 2019 12:19:09 +0000 Subject: MLCE-144 Resolve CTS failures * Re-enabled Float16 * Re-enabled Concatenation Signed-off-by: Mike Kelly Change-Id: I03bbe978947d5282d50daa2ed9795d042dc93cb0 --- ConversionUtils.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'ConversionUtils.hpp') diff --git a/ConversionUtils.hpp b/ConversionUtils.hpp index 0cca619e..300c06f1 100644 --- a/ConversionUtils.hpp +++ b/ConversionUtils.hpp @@ -181,6 +181,7 @@ inline bool IsOperandTypeSupportedForTensors(V1_0::OperandType type) inline bool IsOperandTypeSupportedForTensors(V1_2::OperandType type) { return type == V1_2::OperandType::BOOL || + type == V1_2::OperandType::TENSOR_FLOAT16 || type == V1_2::OperandType::TENSOR_FLOAT32 || type == V1_2::OperandType::TENSOR_QUANT8_ASYMM || type == V1_2::OperandType::TENSOR_QUANT16_SYMM || -- cgit v1.2.1