aboutsummaryrefslogtreecommitdiff
path: root/BuildGuideAndroidNDK.md
AgeCommit message (Collapse)Author
2022-02-14Update build guides and FAQNikhil Raj
* Updated BuildGuideAndroidNDK.md * Updated BuildGuideCrossCompilation.md * Updated FAQ.md in docs/ Signed-off-by: Nikhil Raj <nikhil.raj@arm.com> Change-Id: I96fa9cedf0da3b3b96fa26a2c36fcce2ac9de151
2021-12-21IVGCVSW-6668 Updating build guidesMike Kelly
* Updated build guides to refer to get_compute_library.sh and get_tensorflow.sh * Corrected TensorFlow Version in guides was v2.5.1 but release notes say v2.5.0 * Reordered command sequence to ensure that Arm NN is downloaded and ready before downloading TensorFlow or Arm Compute Library * Fixed hyperlinks in MD files * Added whitespace to fix MD formatting. Signed-off-by: Mike Kelly <mike.kelly@arm.com> Change-Id: Iabc309cbbd41d969eb1e11e9dd33a0b1da39a27b
2021-11-08Update .md files to reflect Ubuntu version change used for testingNikhil Raj
Signed-off-by: Nikhil Raj <nikhil.raj@arm.com> Change-Id: I9b5407a2d6fc27df2c448a4f6a6b862d2175022c
2021-08-11Update BuildAndroid NDK guideNikhil Raj
Signed-off-by: Nikhil Raj <nikhil.raj@arm.com> Change-Id: I4a0b78ff839004f55b47174e4ebf6461da27eaae
2021-07-26IVGCVSW-5966 'Update all the documentation'Sadik Armagan
* Update all documentation for removing BOOST library dependency Signed-off-by: Sadik Armagan <sadik.armagan@arm.com> Change-Id: Ie21ff096a11b7a623b1b9bb6f71eb63ea6e7b615
2021-05-12IVGCVSW-5622 Update cross compiling guide with note on the debian versions ↵Nikhil Raj
on host and target * Update android NDK guide to checkout ACL tag * Update cross-compiling guide with deprecated tools information Signed-off-by: Nikhil Raj <nikhil.raj@arm.com> Change-Id: I1a2340003ac836a385a5ad73c5949c283e7aea84
2021-05-05Update guides with correct version of libprotobufNikhil Raj
* libprotobuf.23 is the correct version of protobuf 3.12 Signed-off-by: Nikhil Raj <nikhil.raj@arm.com> Change-Id: I2dff2a2dcb48fc1038ef18f27d2aaee268710078
2021-04-29IVGCVSW-5744 Remove Tensorflow, Caffe and Quantizer from documentationKevin May
* Remove from .md files and Doxygen * Remove from armnn/docker build * Remove Tensorflow model format from ExecuteNetworkParams * Remove Tensorflow model format from ImageTensorGenerator Signed-off-by: Kevin May <kevin.may@arm.com> Change-Id: Id6ed4a7d90366c396e8e0395d0ce43a3bcddcee6
2021-02-22Minor doc updatesNikhil Raj
* Updating README * Updating android ndk build guide Change-Id: I09f5e4fe09d590b6b482800730b78cbc84cee9e9 Signed-off-by: Nikhil Raj <nikhil.raj@arm.com>
2021-02-15IVGCVSW-5694 Update Major, Minor release versionsNikhil Raj
* Update Arm NN version in Version.hpp and all guides * Change Project Version in Doxyfile Signed-off-by: Nikhil Raj <nikhil.raj@arm.com> Change-Id: I05ab20a1ae5d0376a641df68a5877f97e7609052
2021-02-08IVGCVSW-5605 Doxygen: Add remaining guides to doxygenJan Eilers
* Integrates the debian package installation guide * Integrates the AndroidNDK guide * Integrates the cross compile guide Signed-off-by: Jan Eilers <jan.eilers@arm.com> Change-Id: I2243b15ee3f8e976789494199f12f3cc0fd5f00d
2020-10-29IVGCVSW-4995 Update BuildGuideAndroidNDK and BuildGuideCrossCompilation md ↵Nikhil Raj
files in ArmNN * Updating the docs with latest changes made to protobuf, caffe and onnx Signed-off-by: Nikhil Raj <nikhil.raj@arm.com> Change-Id: I336ccf13ab38629399fdbdf70479d5fb07fa43fa
2020-10-06IVGCVSW-5173 'Upgrade from v1.15 of tensorflow to v2.3'Sadik Armagan
* Updated the generate_tensorflow_protobuf script to search for .proto files in tensorflow directory instead of getting from a file * Updated BuildGuideAndroidNDK.md to clone Tensorflow 2.3.1 Signed-off-by: Sadik Armagan <sadik.armagan@arm.com> Change-Id: I8d2b0f0a04327f930784648e9e8f7f25895d53d1
2020-06-30IVGCVSW-4487 Remove boost::filesystemFrancis Murtagh
* Replace filesystem::path * Replace filesystem::exists * Replace filesystem::is_directory * Replace filesystem::directory_iterator * Replace filesystem::filesystem_error exception * Replace filesystem::temp_directory_path * Replace filesystem::unique path * Replace filesystem::ofstream with std::ofstream * Replace filesystem::remove * Replace filesystem::is_regular_file * Replace boost::optional with armnn::Optional in touched files * Remove some superfluous includes * Update build guides, GlobalConfig.cmake and CMakeLists.txt * Remove redundant armnnUtils::Filesystem::Remove function. * Remove redundant armnnUtils::Filesystem::GetFileSize function. Temporarily adding back Boost::filesystem to enable Boost::dll. Signed-off-by: Francis Murtagh <francis.murtagh@arm.com> Signed-off-by: Colm Donelan <Colm.Donelan@arm.com> Change-Id: Ifa46d4a0097d2612ddacd8e9736c0b36e365fb11
2020-05-20Few minor updates to BuildGuideAndroidNDK.md fileNikhil Raj
Signed-off-by: Nikhil Raj <nikhil.raj@arm.com> Change-Id: I380862816cbc7ec509ff01791e77297b859f21ac
2020-04-28IVGCVSW-4544 Update BuildGuideAndroidNDK.md guideNikhil Raj
* Making updates to BuildGuideAndroidNDK.md with the android ndk-20b Signed-off-by: Nikhil Raj <nikhil.raj@arm.com> Change-Id: I06c027025d1036cd8d04f55abdff28bedbfbe24b
2020-02-21IVGCVSW-4475 Update BuildGuideAndroidNDK.mdNarumol Prangnawarat
* Remove export keyword Signed-off-by: Narumol Prangnawarat <narumol.prangnawarat@arm.com> Change-Id: If505923c8283a352a02956621074174f423adb07
2020-02-20IVGCVSW-4475 Update BuildGuideAndroidNDK.mdNarumol Prangnawarat
* Update TensorFlow version * Add export OpenCl and Mali library paths Signed-off-by: Narumol Prangnawarat <narumol.prangnawarat@arm.com> Change-Id: Ibbd166c3ff6dd93b925a84c5178b9e92280309d8
2020-02-17IVGCVSW-4403 Add standalone backend build steps to BuildGuideAndroidNDKNarumol Prangnawarat
Signed-off-by: Narumol Prangnawarat <narumol.prangnawarat@arm.com> Change-Id: I339511938ca1356581ffac96baa642d4299d3240
2019-11-25IVGCVSW-4174 Update adb version in the BuildGuideAndroidNDK.mdNikhil Raj
Signed-off-by: Nikhil Raj <nikhil.raj@arm.com> Change-Id: Ie31b2caafe0e83dad6a88dca6f6c7197a2fc2d5a
2019-10-25IVGCVSW-4032 Update BuildGuideAndroidNDK.md with the TF commit ID that has ↵Nikhil Raj
tf_proto_file.txt Signed-off-by: Nikhil Raj <nikhil.raj@arm.com> Signed-off-by: Aron Virginas-Tar <aron.virginas-tar@arm.com> Change-Id: Id925c136536c3c9182236b253220294bfd4619aa
2019-09-19Github #257 Fix failing unit test "DynamicBackendTests/OpenCloseHandle"Jegathesan Shanmugam
Signed-off-by: Jegathesan Shanmugam <nullbyte.in@gmail.com> Change-Id: Ib61ebc7db40a3d873d53bb4205460e894ba0b904
2019-08-27IVGCVSW-3656 Rename ARMCOMPUTEREF to ARMNNREFMatteo Martincigh
* Renamed ARMCOMPUTEREF to ARMNNREF (and relative symbols) as the previous name was misleading !android-nn-driver:1819 Change-Id: I912e9f521750b91539e48f8a2fb4de73fb6f7425 Signed-off-by: Matteo Martincigh <matteo.martincigh@arm.com>
2019-08-27IVGCVSW-3656 Make the reference backend build optionalMatteo Martincigh
* Added ARMCOMPUTEREF option to the build guides, as the reference backend is not built by default Change-Id: I2cd8dab12ed72a795ff79fe1087ab8bf7606694e Signed-off-by: Matteo Martincigh <matteo.martincigh@arm.com>
2019-08-22IVGCVSW-3634 Segmentation fault running UnitTests on AndroidMatteo Martincigh
* Updated the NDK build guide to include instructions on what extra files to deploy for running the dynamic backend unit test Change-Id: I0a77b0bf911cfdd90be62f136dd06c118810d0c8 Signed-off-by: Matteo Martincigh <matteo.martincigh@arm.com>
2019-02-21COMPMID-2007 Changing NDK version to 17b in the Build ArmNN with the Android ↵telsoa01
NDK guide. This is required by the Arm Compute Library for some of the v8 NEON intrinsics Change-Id: Icd4bfaf502c4ada55618b711603d5ff509674b55
2018-11-20MLCE-64: Updating BuildGuideAndroidNDK.md for Ubuntu 18.04saoste01
Change-Id: Iab9c4952f5478d4805dba56e838f9c33d2b598ee
2018-08-31Release 18.08telsoa01
2018-06-11Release 18.05.01surmeh01
Documentation fixes Change-Id: Ice181dee80a8ddecf5acedecce01a063d12e3567