Lines Matching +full:run +full:- +full:unittests
19 cmake -DARMNN_PATH=${ARMNN_PATH}/libarmnn.so ..
22 Then run the build
33 A list of (absolute) paths can be specified at compile-time by setting a define named ```DYNAMIC_BA…
34 in the form of a colon-separated list of strings.
37 -DDYNAMIC_BACKEND_PATHS="PATH_1:PATH_2...:PATH_N"
43 -DDYNAMIC_BACKEND_PATHS=${DYNAMIC_BACKEND_DIR}/build
60 ### End-To-End steps to build and test the sample dynamic backend
62 sample dynamic unit tests turned on (**-DSAMPLE_DYNAMIC_BACKEND**) and the path must be provided to…
63 location of where the sample dynamic backend will be located at (**-DDYNAMIC_BACKEND_PATHS**) at ru…
66 …lt using the [Build Tool](../../build-tool/README.md) with the following additional comma-separate…
68 --armnn-cmake-args='-DSAMPLE_DYNAMIC_BACKEND=1,-DDYNAMIC_BACKEND_PATHS=/tmp/armnn/sample_dynamic_ba…
76 cmake -DARMNN_PATH=${ARMNN_BUILD_PATH}/libarmnn.so ..
81 defined by -DDYNAMIC_BACKEND_PATHS at compile time:
86 Then run the Arm NN unit tests which will be located inside the build directory created by the Arm …
88 ./UnitTests
91 To be confident that the standalone dynamic backend tests are running, run the unit tests with the …
93 ./UnitTests -tc=CreateSampleDynamicBackend,SampleDynamicBackendEndToEnd
95 [doctest] run with "--help" for options