Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[onert/test] Update armv7l TFLite model test list #14454

Merged
merged 1 commit into from
Dec 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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