aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorMatteo Martincigh <matteo.martincigh@arm.com>2018-11-14 12:27:04 +0000
committerMatteo Martincigh <matteo.martincigh@arm.com>2018-11-15 19:05:01 +0000
commitc743412b714a42d2e0ccbcae49698a602a6f3d94 (patch)
treea771ff3e99c55ee334e8a0f86ad0c408f345a953 /Android.bp
parentda7184da06c9f59cba9b524e2bfb90523fe7c2b3 (diff)
downloadandroid-nn-driver-c743412b714a42d2e0ccbcae49698a602a6f3d94.tar.gz
IVGCVSW-2092 Port LSTMCell::Eval to ArmNN
* Refactored the LSTM unit tests to avoid unnecessary copies * Added new AddTensorOperand convenience function * Fixed some required arguments in some tests * Added new files to Android.bp !armnn:124 Change-Id: I77ed22f2692d8aa46884b9ee31e48403f7299545
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 5911f69b..4b76fe4f 100644
--- a/Android.bp
+++ b/Android.bp
@@ -130,6 +130,8 @@ cc_library_static {
"clframework/src/core/CL/kernels/CLWarpPerspectiveKernel.cpp",
"clframework/src/core/CL/kernels/CLWeightsReshapeKernel.cpp",
"clframework/src/core/CL/kernels/CLWidthConcatenateLayerKernel.cpp",
+ "clframework/src/core/CL/kernels/CLWidthConcatenate2TensorsKernel.cpp",
+ "clframework/src/core/CL/kernels/CLWidthConcatenate4TensorsKernel.cpp",
"clframework/src/core/CL/kernels/CLWinogradFilterTransformKernel.cpp",
"clframework/src/core/CL/kernels/CLWinogradInputTransformKernel.cpp",
"clframework/src/core/CL/kernels/CLWinogradOutputTransformKernel.cpp",