mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 21:37:44 +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",
|
"GeneratedTestsV1_0.cpp",
|
||||||
"ValidateBurst.cpp",
|
"ValidateBurst.cpp",
|
||||||
],
|
],
|
||||||
cflags: [
|
|
||||||
"-DNN_TEST_DYNAMIC_OUTPUT_SHAPE"
|
|
||||||
],
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Tests for V1_1 models using the V1_2 HAL.
|
// Tests for V1_1 models using the V1_2 HAL.
|
||||||
@@ -69,9 +66,6 @@ cc_test {
|
|||||||
"GeneratedTestsV1_1.cpp",
|
"GeneratedTestsV1_1.cpp",
|
||||||
"ValidateBurst.cpp",
|
"ValidateBurst.cpp",
|
||||||
],
|
],
|
||||||
cflags: [
|
|
||||||
"-DNN_TEST_DYNAMIC_OUTPUT_SHAPE"
|
|
||||||
],
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Tests for V1_2 models.
|
// Tests for V1_2 models.
|
||||||
@@ -84,9 +78,6 @@ cc_test {
|
|||||||
"GeneratedTestsV1_2.cpp",
|
"GeneratedTestsV1_2.cpp",
|
||||||
"ValidateBurst.cpp",
|
"ValidateBurst.cpp",
|
||||||
],
|
],
|
||||||
cflags: [
|
|
||||||
"-DNN_TEST_DYNAMIC_OUTPUT_SHAPE"
|
|
||||||
],
|
|
||||||
}
|
}
|
||||||
|
|
||||||
cc_test {
|
cc_test {
|
||||||
@@ -98,7 +89,6 @@ cc_test {
|
|||||||
"ValidateBurst.cpp",
|
"ValidateBurst.cpp",
|
||||||
],
|
],
|
||||||
cflags: [
|
cflags: [
|
||||||
"-DNN_TEST_DYNAMIC_OUTPUT_SHAPE",
|
|
||||||
"-DPRESUBMIT_NOT_VTS",
|
"-DPRESUBMIT_NOT_VTS",
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user