Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e108bc15 authored by Xusong Wang's avatar Xusong Wang Committed by Slava Shklyaev
Browse files

Remove compiler flag for dynamic output shape tests.

Having separate VTS models and tests for difference HAL version. This
compiler flag is no longer needed.

Bug: 122740334
Test: All VTS 1.x and 1.xCompat1.y
Change-Id: Idbd96a954da9bd5a0e0e66afd9120d84a1efc784
Merged-In: Idbd96a954da9bd5a0e0e66afd9120d84a1efc784
(cherry picked from commit 7763d535)
parent cac83eef
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -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",
    ],
}