This project is mirrored from https://review.mlplatform.org/ml/armnn.
Pull mirroring updated .
- Nov 20, 2018
-
-
* Updated build guide to include instruction to copy libprotobuf.so.15 into the build folder before moving to arm64 machine. Change-Id: Ia20691edc79ff59fa4147eafbbfd3997b2531317
-
Nina Drozd authored
* helper methods for creating TensorShape and TensorInfo objects Change-Id: I371fc7aea08ca6bbb9c205a143ce36e8353a1c48
-
narpra01 authored
Change-Id: I9bc46e17e11d73ee1a3bc4f9ec07d46be77fcbcb
-
Change-Id: Iab9c4952f5478d4805dba56e838f9c33d2b598ee
-
MatteoArm authored
* Fixed unsigned to signed conversion error that was breaking master Change-Id: I08d79d9bf131eb46ea0495371160698ab59c1721
-
- Nov 19, 2018
-
-
Change-Id: If8d8087d9d365e467d3ca9bf9c40d7219cb75cfd
-
* Add LayerTests * Add WorkloadTests !android-nn-driver:166 Change-Id: I903461002879f60fc9f8ae929f18784e2d9b1fc1
-
Aron Virginas-Tar authored
Change-Id: Iab6ad04e5c786e4e639578f7b1d1537dd1196e2f
-
Nikhil Raj authored
* Add ClMergerWorkload and NeonMergerWorkload to call ACL for innermost concat axis * Modify layer support to call ClMergerWorkloadValidate and NeonMergerWorkloadValidate when concat axis is inner most * Add m_ConcatAxis to MergerDescriptor * Modify MergerQueueDescriptor::Validate to check sub tensor only when using subtensor !android-nn-driver:166 Change-Id: I56676b43964c8d6d726387b41b3cc34a512c0f0a
-
Aron Virginas-Tar authored
Change-Id: Ib11c3d36c7109198da7266955414580e8fb916b5
-
Matthew Bentham authored
Use CMAKE_THREAD_LIBS_INIT instead of pthread in sample_app. The separate pthread library doesn't exist on Android. Change-Id: I9a363ba7d29d2673359349f5f4288844f0550946
-
MatteoArm authored
Change-Id: I0042395b46906f70d09a16b4122af3d911f5a53d
-
Jim Flynn authored
* Added line to README.md explaining the function of the get_compute_library.sh script Change-Id: If6be1c64443dcd6d0a08a12485de3d38614542f0
- Nov 16, 2018
-
-
Jim Flynn authored
* Script designed to be invoked from anywhere clones clframework relative to where the script source is located in armnn/scripts * Allows user to specify GITHUB_USERNAME on command line with -g option otherwise will set this value to $USER Change-Id: I34ee0d936152e94ff16b9bd7751c3da7248c9150
-
narpra01 authored
* Remove check for preferDirectConvolution * Remove IsNeonDirectConvolutionPreferred * Remove unused tests and functions Change-Id: I3f0868f41403ec5fa740889e7bdcb4415ad77bda
-
Francis Murtagh authored
* Changed ClL2Normalisation from using CLNormalizationLayer to use CLL2NormalizeLayer to normalise along the channel axis in either NCHW or NHWC format. Change-Id: I399cbee408a277d1ef8c6c85ebcbd86d6c3e407b
-
Ferran Balaguer authored
Change-Id: Ibe826db4412c54aba42c45c155e7e5329861bdb1
-
Change-Id: Ie2f134fd51de919c50fa9d8d82bbb4ed4ee46469
-
Aron Virginas-Tar authored
Change-Id: I0b9818c3bc09101aa6563ea8e4a886483d3b09d1
-
MatteoArm authored
* Ported Google's LSTM implementation to RefLstmFloat32Workload * Fixed the code throughout because of an error in the docs around the scratch buffer size * Updated IsLstmSupported * Added the unit tests !android-nn-driver:127 Change-Id: I5577b7e39ca52df1a7f102a9b437df6aa99520b6
-
- Nov 15, 2018
-
-
Aron Virginas-Tar authored
Change-Id: I812d09a869fe7c45ce71108fb675f3e2d974e2d9
-
keidav01 authored
Change-Id: I7cbfd5a6ab0746e0351b64a45617ed089992c1a9
-
MatteoArm authored
stable test (memory-wise) This prevents false-positives when running the tests on Master Change-Id: I4348378f3689cb3ec98686a93315d2b88bb7bcc7
-
Conor Kennedy authored
Change-Id: I906dcb8b4c9b491bf3a661f208c09d0ea1c0fa35
-
Aron Virginas-Tar authored
Change-Id: Idc0f94590566ac362f7e1d1999361d025cc2f67a
-
David Beck authored
Change-Id: Iccc1272e59bd71c59f810a54d6d3742859789212
-
MatteoArm authored
Change-Id: I4d02a6cca8e99d70a389ca3b0ce47fb7f15ed21f
-
- Nov 14, 2018
-
-
Jim Flynn authored
* Removed the convertFromTfToArmnnFormat flag from the CreateConstTensor and CreateConstTensorImpl functions * Removed the SwizzleInDeswizzleOut function and its invocations in the ParseConv2D, ParseDepthwiseConv2D and ParsePool functions. Change-Id: Id935e28ab6eff4731f838af9490d016e108f6df6
-
* added Unit test Change-Id: I80f55e8c7afb39d96006c8dd027fc9683ea8182e
-
- Nov 13, 2018
-
-
Aron Virginas-Tar authored
Change-Id: I93223c8678165cbc3d39f461c36bb8610dc81c05
-
- Nov 12, 2018
-
-
* Fixed error in InferOutputShape implementation * Added better error checking to the BatchToSpace implementation. * Added defaults to the batchToSpace descriptors. * Changed crops to be a vector of pairs to align with the SpaceToBatch implementation Change-Id: Ib1c16d871f0898a1caeb6629c1fee6380a773e14
-
David Beck authored
Change-Id: I56da4780f8f5fcef7ff01d232d5d61bf299364bf
-
Éanna Ó Catháin authored
Change-Id: I13c6728dbb60643d0e086d171225c5d802987f92
-
- Nov 09, 2018
-
-
Change-Id: Ieec34224b433e1d2f3bbe66632cd6016cac5498c
-
Nattapat Chaimanowong authored
Change-Id: I27ffebdece6e68460931a44c15b9b029f9fce638
- Nov 08, 2018
-
-
David Beck authored
* add IBackendContext interface * add ClBackendContext implementation Change-Id: I13e4d12b73d4c7775069587675276f7cee7d630b
-