Skip to content

Commit

Permalink
[onert/test] Update armv7l TFLite model test list (#14454)
Browse files Browse the repository at this point in the history
This commit updates armv7l TFLite model test list.
More models are passed by ACL version up and more CPU kernel implementation.

ONE-DCO-1.0-Signed-off-by: Hyeongseok Oh <[email protected]>
  • Loading branch information
hseok-oh authored Dec 15, 2024
1 parent 7be514e commit b5a9598
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 5 deletions.
14 changes: 11 additions & 3 deletions tests/scripts/list/tflite_comparator.armv7l.acl_cl.list
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
MODELS/inception_module
MODELS/mobilenet
abs
add
average_pool_2d
batch_to_space_nd2
Expand All @@ -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
Expand All @@ -37,6 +44,7 @@ slice
softmax
space_to_batch_nd2
space_to_depth
sqrt
squeeze
strided_slice
sub
Expand Down
11 changes: 11 additions & 0 deletions tests/scripts/list/tflite_comparator.armv7l.acl_neon.list
Original file line number Diff line number Diff line change
@@ -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
Expand Down
15 changes: 13 additions & 2 deletions tests/scripts/list/tflite_comparator.armv7l.cpu.list
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ MODELS/mobilenet
abs
add
average_pool_2d
batch_to_space_nd2
cast
concat
conv_2d
Expand All @@ -11,8 +12,10 @@ div
equal
exp
fullyconnected
gather
greater
greater_equal
l2_normalization
less
less_equal
logistic
Expand All @@ -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
Expand Down

0 comments on commit b5a9598

Please sign in to comment.