aboutsummaryrefslogtreecommitdiff
path: root/ConversionUtils.hpp
diff options
context:
space:
mode:
authorMike Kelly <mike.kelly@arm.com>2019-12-17 12:19:09 +0000
committerMike Kelly <mike.kelly@arm.com>2019-12-17 12:19:09 +0000
commitd486e5289921f937fb7a9c2d84ff87229fa25d43 (patch)
tree27fdaef2b57c7aa3b04f659ef304f091b3a8eb78 /ConversionUtils.hpp
parent14557e71d55e8d26d8c7f3e3912979b54e6e86ba (diff)
downloadandroid-nn-driver-d486e5289921f937fb7a9c2d84ff87229fa25d43.tar.gz
MLCE-144 Resolve CTS failures
* Re-enabled Float16 * Re-enabled Concatenation Signed-off-by: Mike Kelly <mike.kelly@arm.com> Change-Id: I03bbe978947d5282d50daa2ed9795d042dc93cb0
Diffstat (limited to 'ConversionUtils.hpp')
-rw-r--r--ConversionUtils.hpp1
1 files changed, 1 insertions, 0 deletions
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 ||