Remove compiler flag for dynamic output shape tests.
am: e108bc15e6
Change-Id: Icf4f851b0ed919f7041620d1e7a4b40ccfcbae34
This commit is contained in:
commit
237bfc9854
1 changed files with 0 additions and 10 deletions
|
@ -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",
|
||||
],
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue