aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2019-02-26IVGCVSW-2560 Verify Inference test for TensorFlow Lite MobileNet SSDNarumol Prangnawarat
* Assign output shape of MobileNet SSD to ArmNN network * Add m_OverridenOutputShapes to TfLiteParser to set shape in GetNetworkOutputBindingInfo * Use input quantization instead of output quantization params * Correct data and datatype in Inference test Change-Id: I01ac2e07ed08e8928ba0df33a4847399e1dd8394 Signed-off-by: Narumol Prangnawarat <narumol.prangnawarat@arm.com> Signed-off-by: Aron Virginas-Tar <Aron.Virginas-Tar@arm.com>
2019-02-26IVGCVSW-2629 Adding support for uint8 in ExecuteNetwork to fix issues with ↵Éanna Ó Catháin
output tensor being all zero Change-Id: I4da1ffd684672fff0853fb053c3340d06a3bc165 Signed-off-by: Éanna Ó Catháin <eanna.ocathain@arm.com>
2019-02-22IVGSVSW-2736 Fix dangling reference to temporary storageDerek Lamberti
Change-Id: Ie6c553798eac732f37148d81970366e5a4ede1be Signed-off-by: Derek Lamberti <derek.lamberti@arm.com>
2019-02-20IVGSVSW-2736 Rename DeserializeParser => Deserializer & fix namespacesDerek Lamberti
Change-Id: I4166c0bbb5ba7f8b8884e71134c21f43d1fc27b0 Signed-off-by: Derek Lamberti <derek.lamberti@arm.com>
2019-02-20IVGCVSW-2436 Modify MobileNet SSD inference testNarumol Prangnawarat
* change MobileNet SSD input to uint8 * get quantization scale and offset from the model * change data layout to NHWC as TensorFlow lite layout * update expected output as result from TfLite with quantized data Change-Id: I07104d56286893935779169356234de53f1c9492 Signed-off-by: Narumol Prangnawarat <narumol.prangnawarat@arm.com>
2019-02-19IVGCVSW-2736 Deserialize using istream instead of filenameDerek Lamberti
Change-Id: I5656b23d9783e7f953e677001d16e41eedeb42b2 Signed-off-by: Derek Lamberti <derek.lamberti@arm.com>
2019-02-12IVGCVSW-2663 Enable ExecuteNetwork to load ArmNN filesAron Virginas-Tar
Change-Id: I1a61a1da2258bd07b39da6063d22a5bd22c1884d Signed-off-by: Aron Virginas-Tar <Aron.Virginas-Tar@arm.com>
2019-02-11IVGCVSW-2529 DeepSpeech v1 testFerran Balaguer
Change-Id: Ieb99ac1aa347cee4b28b831753855c4614220648
2019-02-08Added TfLiteParser test for MnasNetBruno Goncalves
Change-Id: Ie31eee48cc14ada37526130998da7a482d56b1ea
2019-02-07Added TfLiteParser test for InceptionV4QuantizedBruno Goncalves
Change-Id: Iad57395b0231a0960e7fc27c1d487bdee8a1f464
2019-02-07Added TfLiteParser test for ResNetV2Bruno Goncalves
Change-Id: If45696594503cd093c7d5f3b5001b20e9bb2e573
2019-02-01Added TfLiteParser test for InceptionV3QuantizedBruno Goncalves
Change-Id: I6ed434b798c617f85ca1faa7c5eef4cdabff4a07
2019-02-01Added TfLiteParser test for MobilenetV2QuantizedBruno Goncalves
Change-Id: I0896c5f74d4e432a2ea8eff3cbe2db0702aa9ed9
2019-02-01IVGCVSW-2604 Fix bug that made it impossible to execute inference tests on ↵Aron Virginas-Tar
certain backends * Read compute devices from the CL as strings and convert them into BackendId objects afterwards Change-Id: Icded1c572778f5a213644e3052ff6dfe7022128b Signed-off-by: Aron Virginas-Tar <Aron.Virginas-Tar@arm.com>
2019-01-31IVGCVSW-2601 Fix for ExecuteNetwork output data printing bugAron Virginas-Tar
Change-Id: I7e8d377cdbddf0176ae05d8b6b2fd03c6f614168 Signed-off-by: Aron Virginas-Tar <Aron.Virginas-Tar@arm.com>
2019-01-31IVGCVSW-2564 Fix output buffer initialization bug in ExecuteNetworkAron Virginas-Tar
Change-Id: I69eac52c9c944a5d209c5c7432c1b7f46e64f05b Signed-off-by: Aron Virginas-Tar <Aron.Virginas-Tar@arm.com>
2019-01-30IVGCVSW-2437 Inference test for TensorFlow Lite MobileNet SSDAron Virginas-Tar
Change-Id: If7ee1efa3ee79d9eca41c5a6219b3fc42e740efe
2019-01-30IVGCVSW-2564 Add support for multiple input and output bindings in ↵Aron Virginas-Tar
InferenceModel Change-Id: I64d724367d42dca4b768b6c6e42acda714985950
2019-01-22IVGCVSW-2535 Fix crash in ExecuteNetwork when no compute device is specifiedAron Virginas-Tar
Change-Id: If8d6516286557a6381561805cd53b5659b38f6a6
2019-01-15IVGCVSW-2454 Merge together the pluggable backends work (was in aMatteo Martincigh
separate branch) and master * Brings in all the changes done for the pluggable backends * Added sub-graph support and tests * Added precompiled layer support and tests * Moved BackendSettings to a separate file * Removed the backend-specific code * Ported DebugLayer and associated functionality * Included fixes to make those changes work with master Change-Id: Id7028fa7917527b844628d5aff5732e3d94c0488
2019-01-07IVGCVSW-2421 Remove the template-based version of armnnUtils::PermuteMatteo Martincigh
in favor of a type-indepent implementation that takes void-pointers * The new implementation requires the size of the type to be passed to the function * Updated all the usages accordingly * Removed the old implementation no longer used !android-nn-driver:469 Change-Id: I37f4e6d62a38fbb8ec8c39bb559a2c54c83365d4
2018-11-26IVGCVSW-2199 Call Resize only if H and/or W changesJames Conroy
* Wrap Resize function call with conditional checking if height and/or width need to be changed. Change-Id: Ic33c3ed29cc985c147d29db8e9dd237ab9c741d1
2018-11-08IVGCVSW-2056+IVGCVSW-2064 : move ClContextControl to the ClBackendexperimental/nhwc-previewDavid Beck
* add IBackendContext interface * add ClBackendContext implementation Change-Id: I13e4d12b73d4c7775069587675276f7cee7d630b
2018-11-02IVGCVSW-1946: Remove armnn/src from the include pathsAron Virginas-Tar
Change-Id: I663a0a0fccb43ee960ec070121a59df9db0bb04e
2018-10-31IVGCVSW-1970 TfLite VGG16: Use same number of iterations as other testsMatthew Bentham
I had forgotten that as a workaround for the testing using a different number of test cases for different hardware backends, we repeat the expected test results an arbitrary number of times Change-Id: I4d1ea8daa1cbfd63ebcd7ac93ac30acb5806fafe
2018-10-30IVGCVSW-1970 TfLite VGG16: Correct number of iterationsMatthew Bentham
Change-Id: Iaf03755b0d30598f5d09ca36af8eeeb369191950
2018-10-30IVGCVSW-1970 TfLite VGG16: Add Validation.txt for continuous integrationMatthew Bentham
Change-Id: Ib7ea0a0b809bdfe1d705b31a08f42e1b7815b0d2
2018-10-30MLCE-67 Fix for Github issue 91Matthew Bentham
Remove incorrect early out from image resize Change-Id: I58014680f5cbe43dfc6b4af66638db67c070a146
2018-10-29IVGCVSW-2029 Tweak results handling for batch size 2 testMatthew Bentham
When looking for the top probability, use the 'first' result not the 'second'. This avoids an issue where for batched tests the classification index was reported wrongly. Still doesn't correctly handle multiple results with the exact probabibility, or batched testing, but it's slightly more correct than before. Change-Id: I57d33552754667613e222d9d2037e12c87a96854
2018-10-29Fixed Android32 build error blocking masterMatteo Martincigh
* In ImagePreprocessor, typecasted the number of image elements (unsigned int) to a const_iterator::difference_type (int) Change-Id: Idb8611185f6471751678a0a77d8225bceb204a34
2018-10-29Fixed backend id argument parsing in ExecuteNetworkMatteo Martincigh
Change-Id: I99498a633d75a2b4bdcd059627b07beaa9984890
2018-10-26IVGCVSW-2029 Fix fully connected layer support in TfLite Parser and ↵Nattapat Chaimanowong
implement test for TfLite VGG16 quantized Change-Id: I2061f62f62684b963fa0f090718f1dcffe5c93ce
2018-10-25IVGCVSW-2067 : dynamically create workload factories based on the backends ↵David Beck
in the network Change-Id: Ide594db8c79ff67642721d8bad47624b88621fbd
2018-10-25IVGCVSW-2053: Validate BackendId parameters for the InferenceTest (EndToEnd ↵Aron Virginas-Tar
tests) / ExecuteNetwork !referencetests:154790 Change-Id: Iaf9608ae1e66460079f2546b30d7fbc9b55bb7dd
2018-10-22IVGCVSW-2019 : replace Compute enum in the backend preferences listDavid Beck
Change-Id: Ie7549fd27378acfa97e68d098e338b8c9d4ea5d2
2018-10-10IVGCVSW-1822: Fix CaffeYolo-Armnn error reportingJames Conroy
* Changed message to 'Prediction for test case <N> is incorrect: Expected (<X>) but predicted (<Y>)' Change-Id: Ie54b70683bf5bb26de2f2a6bcf4a162c99ba5474
2018-10-01Updated the inception_v3 model taken from official Tfsurmeh01
!devenv:148227 Change-Id: I550c885c125f2fe12951e38d4157276562cb49ec
2018-10-01Added and modified the vanilla tensorflow values for inception and mobilenetsurmeh01
Change-Id: Ib0d59015aa104909f3922f9749e3787e15c7c86e
2018-09-25IVGCVSW-1733 - set enableGpuProfiling in CreationOptions for Runtime if -e ↵Nina Drozd
flag is set, false by default, use this globally same as concurrent flag, removed -e option from RunCsvTest options, this is passed in from main Change-Id: I246c2c40b1a113b896be0d41aba528e79ecdba0d
2018-09-25IVGCVSW-1808 : Updated the network used from Official ↵surmeh01
Tf(http://download.tensorflow.org/models/mobilenet_v1_2018_08_02/mobilenet_v1_1.0_224.tgz) Change-Id: I3a07d7a161c8ac81c6a94cc0b3557ee7fa5e48e5
2018-09-25MLCE-52 Where has PROFILING gone?Sadik Armagan
* Call the Print() function on the Profiler when profiling is enabled. Change-Id: I4c06ce9bfa961ac8d81d02a516502337d1fbc968
2018-09-17IVGCVSW-1807 : change license text in file headersDavid Beck
All changes are the same: // // Copyright © 2017 ARM Ltd. All rights reserved. -// See LICENSE file in the project root for full license information. +// SPDX-License-Identifier: MIT // Change-Id: I37eae011411133663ca9d2b059714d92f8bf8e24
2018-08-31Release 18.08telsoa01
2018-05-23Release 18.05surmeh01
2018-03-29Release 18.03surmeh01
2018-03-09Release 18.02telsoa01
Change-Id: Id3c11dc5ee94ef664374a988fcc6901e9a232fa6