From 667e82f0bcb770ac76461a6e7733b160f6359c84 Mon Sep 17 00:00:00 2001 From: Jakub Sujak Date: Tue, 7 Nov 2023 22:39:30 +0000 Subject: Update list of supported operators in documentation Resolves: COMPMID-6633 Change-Id: I1e78df468876ec3569fa46597734e7de328b06f4 Signed-off-by: Jakub Sujak Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/10663 Reviewed-by: Gunes Bayir Tested-by: Arm Jenkins Benchmark: Arm Jenkins Comments-Addressed: Arm Jenkins --- docs/user_guide/operator_list.dox | 92 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 92 insertions(+) (limited to 'docs/user_guide') diff --git a/docs/user_guide/operator_list.dox b/docs/user_guide/operator_list.dox index 0c74214c73..25c856da10 100644 --- a/docs/user_guide/operator_list.dox +++ b/docs/user_guide/operator_list.dox @@ -108,6 +108,26 @@ where N = batches, C = channels, H = height, W = width, D = depth F16F16 F32F32 + + AddMulAdd + Performs a fused Add + Mul + Add [+ Relu-based-Activation] operation. + +
    +
  • n/a +
+ NEAddMulAdd + +
    +
  • Any +
+ + +
input1input2bn_mulbn_addadd_outputfinal_output +
QASYMM8QASYMM8QASYMM8QASYMM8QASYMM8QASYMM8 +
QASYMM8_SIGNEDQASYMM8_SIGNEDQASYMM8_SIGNEDQASYMM8_SIGNEDQASYMM8_SIGNEDQASYMM8_SIGNED +
F16F16F16F16F16F16 +
F32F32F32F32F32F32 +
ArgMinMaxLayer Function to calculate the index of the minimum or maximum values in a tensor based on an axis. @@ -2054,6 +2074,40 @@ where N = batches, C = channels, H = height, W = width, D = depth src0 - src8src9 - src12src13src14dst0dst1 QASYMM8S32QSYMM16QASYMM8QSYMM16QASYMM8 + + MatMul + Computes a matrix multiplication in batches. + +
    +
  • ANEURALNETWORKS_BATCH_MATMUL +
+ NEMatMul + +
    +
  • Any +
+ + +
lhsrhsdst +
F32F32F32 +
F16F16F16 +
QASYMM8_SIGNEDQASYMM8_SIGNEDQASYMM8_SIGNED +
QASYMM8QASYMM8QASYMM8 +
+ + CLMatMul + +
    +
  • All +
+ + +
lhsrhsdst +
F32F32F32 +
F16F16F16 +
QASYMM8_SIGNEDQASYMM8_SIGNEDQASYMM8_SIGNED +
QASYMM8QASYMM8QASYMM8 +
MaxUnpoolingLayer Function to perform MaxUnpooling. @@ -2154,6 +2208,27 @@ where N = batches, C = channels, H = height, W = width, D = depth F32F32 F16F16 + + NormalizePlanarYUVLayer + Function to compute normalization planar YUV layer. + +
    +
  • n/a +
+ CLNormalizePlanarYUVLayer + +
    +
  • NHWC +
  • NCHW +
+ + +
srcdst +
F32F32 +
F16F16 +
QASYMM8QASYMM8 +
QASYMM8_SIGNEDQASYMM8_SIGNED +
PadLayer Function to pad a tensor. @@ -2581,6 +2656,23 @@ where N = batches, C = channels, H = height, W = width, D = depth F32F32 S32S32 + + ReorderLayer + Reorders a tensor to a different weights format. + +
    +
  • n/a +
+ NEReorderLayer + +
    +
  • NCHW +
+ + +
srcdst +
F32F32 +
ReorgLayer Performs a reorganization layer of input tensor to the output tensor. -- cgit v1.2.1