Lines Matching full:build_args

19   * [BUILD_ARGS](#build_args)
53 dependencies to download and build. The **```BUILD_ARGS```** Docker argument determines which compo…
129 Docker build arguments such as ```SETUP_ARGS``` and ```BUILD_ARGS``` are provided in the ```docker …
156 ### BUILD_ARGS subsection
158 The ```BUILD_ARGS``` string should start and end with **double quotes** ```"```.
160 | BUILD_ARGS | Description …
176 **A component given in ```BUILD_ARGS``` must also have been given in ```SETUP_ARGS``` previously**,…
181 ```BUILD_ARGS="--target-arch=aarch64 --all --neon-backend --cl-backend"```
184 ```BUILD_ARGS="--target-arch=aarch64 --tflite-delegate --cl-backend --acl-scons-params='compress_ke…
187 ```BUILD_ARGS="--target-arch=aarch64 --all --cl-backend --armnn-cmake-args='-DBUILD_SAMPLE_APP=1,-D…
189 **Example _valid_ combination of SETUP_ARGS and BUILD_ARGS:**<br>
192 BUILD_ARGS="--target-arch=aarch64 --tflite-delegate --neon-backend --cl-backend"
195 **Example _invalid_ combination of SETUP_ARGS and BUILD_ARGS:**<br>
198 BUILD_ARGS="--target-arch=aarch64 --all --neon-backend --cl-backend"
223 This example's choice of **[SETUP_ARGS](#setup_args)** and **[BUILD_ARGS](#build_args)** builds all…
229 --build-arg BUILD_ARGS="--target-arch=aarch64 --all --neon-backend --cl-backend" \
247 If the ```--debug``` build flag is provided in the ```BUILD_ARGS``` above, the tarball will be name…
287 …mnn.sh``` and ```build-armnn.sh``` are very much the same as ```SETUP_ARGS``` and ```BUILD_ARGS```.
311 supplying the ```--neon-backend``` or ```--cl-backend``` BUILD_ARGS options.
315 If you repeat the ```docker build``` process multiple times (e.g. with different ```BUILD_ARGS```),…
325 # custom ACL repo only required when supplying --neon-backend or --cl-backend BUILD_ARGS options
336 --build-arg BUILD_ARGS="--target-arch=aarch64 --all --neon-backend --cl-backend" \
353 #### Additional SETUP_ARGS and BUILD_ARGS
354 The following are additional ```SETUP_ARGS``` and ```BUILD_ARGS``` that can be provided to the ```d…
356 | SETUP_ARGS / BUILD_ARGS | Description …