mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Remove compiler flag for dynamic output shape tests. am: e108bc15e6 am: 237bfc9854
am: cbccbeda00
Change-Id: I4cc41d7b44cc40f00b77ad597ce3d61444213d0b
This commit is contained in:
@@ -56,9 +56,6 @@ cc_test {
|
||||
"GeneratedTestsV1_0.cpp",
|
||||
"ValidateBurst.cpp",
|
||||
],
|
||||
cflags: [
|
||||
"-DNN_TEST_DYNAMIC_OUTPUT_SHAPE"
|
||||
],
|
||||
}
|
||||
|
||||
// Tests for V1_1 models using the V1_2 HAL.
|
||||
@@ -69,9 +66,6 @@ cc_test {
|
||||
"GeneratedTestsV1_1.cpp",
|
||||
"ValidateBurst.cpp",
|
||||
],
|
||||
cflags: [
|
||||
"-DNN_TEST_DYNAMIC_OUTPUT_SHAPE"
|
||||
],
|
||||
}
|
||||
|
||||
// Tests for V1_2 models.
|
||||
@@ -84,9 +78,6 @@ cc_test {
|
||||
"GeneratedTestsV1_2.cpp",
|
||||
"ValidateBurst.cpp",
|
||||
],
|
||||
cflags: [
|
||||
"-DNN_TEST_DYNAMIC_OUTPUT_SHAPE"
|
||||
],
|
||||
}
|
||||
|
||||
cc_test {
|
||||
@@ -98,7 +89,6 @@ cc_test {
|
||||
"ValidateBurst.cpp",
|
||||
],
|
||||
cflags: [
|
||||
"-DNN_TEST_DYNAMIC_OUTPUT_SHAPE",
|
||||
"-DPRESUBMIT_NOT_VTS",
|
||||
],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user