aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRyan OShea <ryan.oshea3@arm.com>2022-09-21 16:09:41 +0100
committerTeresaARM <teresa.charlinreyes@arm.com>2022-09-22 10:55:33 +0000
commit49ed0df12338b1e99674edeee4200acf8c05750e (patch)
tree85f0806dde1d8f24c74a986d732e91904da5899a /docs
parent9636a9b109fcbc811ec876ba9ca6512b7fbe2ba0 (diff)
downloadarmnn-49ed0df12338b1e99674edeee4200acf8c05750e.tar.gz
IVGCVSW-6498 Add Support for Batch MatMul to TfLite Delegate
* Creates delegate/src/BatchMatMul.hpp * Add VisitBatchMatMul function * Add BatchMatMul to switch in armnn_delegate * Creates delegate/src/test/BatchMatMulTest.cpp * Creates delegate/src/test/BatchMatMulTestHelper.hpp * Add Int8 and Fp32 unit tests on ref backend * Add BatchMatMul to delegate supported ops Signed-off-by: Ryan OShea <ryan.oshea3@arm.com> Change-Id: I50e61314cf063f986c8a0f7d508847a96953735e
Diffstat (limited to 'docs')
-rw-r--r--docs/05_03_delegate.dox2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/05_03_delegate.dox b/docs/05_03_delegate.dox
index ee80268469..9d926275a8 100644
--- a/docs/05_03_delegate.dox
+++ b/docs/05_03_delegate.dox
@@ -45,6 +45,8 @@ The Arm NN SDK TensorFlow Lite delegate currently supports the following operato
- AVERAGE_POOL_3D
+- BATCH_MATMUL
+
- BATCH_TO_SPACE_ND
- CAST