diff --git a/tests/scripts/list/tflite_comparator.armv7l.acl_cl.list b/tests/scripts/list/tflite_comparator.armv7l.acl_cl.list index d856e97a43a..a40c6391824 100644 --- a/tests/scripts/list/tflite_comparator.armv7l.acl_cl.list +++ b/tests/scripts/list/tflite_comparator.armv7l.acl_cl.list @@ -1,5 +1,6 @@ MODELS/inception_module MODELS/mobilenet +abs add average_pool_2d batch_to_space_nd2 @@ -9,20 +10,26 @@ conv_2d depthwise_conv_2d div embedding_lookup +equal exp floor -fullyconnected/fc1 -fullyconnected/matmul2x2 -fullyconnected/weights_as_input +fullyconnected gather +greater +greater_equal hashtable_lookup l2_normalization +less +less_equal +logistic max max_pool_2d mean min mul neg +not_equal +one_hot pack pad reduce_max @@ -37,6 +44,7 @@ slice softmax space_to_batch_nd2 space_to_depth +sqrt squeeze strided_slice sub diff --git a/tests/scripts/list/tflite_comparator.armv7l.acl_neon.list b/tests/scripts/list/tflite_comparator.armv7l.acl_neon.list index 3c8166b8c84..3ee5c77026a 100644 --- a/tests/scripts/list/tflite_comparator.armv7l.acl_neon.list +++ b/tests/scripts/list/tflite_comparator.armv7l.acl_neon.list @@ -1,29 +1,40 @@ MODELS/inception_module MODELS/mobilenet +abs add average_pool_2d +batch_to_space_nd2 cast concat conv_2d depthwise_conv_2d div embedding_lookup +equal +exp floor fullyconnected gather +greater +greater_equal hashtable_lookup l2_normalization +less +less_equal logistic max max_pool_2d mean min mul +neg +not_equal one_hot pack pad reduce_max reduce_mean +reduce_sum/float relu relu6 reshape diff --git a/tests/scripts/list/tflite_comparator.armv7l.cpu.list b/tests/scripts/list/tflite_comparator.armv7l.cpu.list index aedab633381..11292492e99 100644 --- a/tests/scripts/list/tflite_comparator.armv7l.cpu.list +++ b/tests/scripts/list/tflite_comparator.armv7l.cpu.list @@ -3,6 +3,7 @@ MODELS/mobilenet abs add average_pool_2d +batch_to_space_nd2 cast concat conv_2d @@ -11,8 +12,10 @@ div equal exp fullyconnected +gather greater greater_equal +l2_normalization less less_equal logistic @@ -25,17 +28,25 @@ neg not_equal one_hot pack +pad reduce_max +reduce_mean reduce_sum -reshape/reshape1 +relu +relu6 +reshape +resize_bilinear rsqrt select shape sin slice -strided_slice softmax +space_to_batch_nd2 +space_to_depth +sqrt squeeze +strided_slice sub tanh tile