From 28ebea470c84c9cf520035ab3ed390675edeb7d9 Mon Sep 17 00:00:00 2001 From: Teresa Charlin Date: Wed, 15 Nov 2023 15:42:45 +0000 Subject: IVGCVSW-7937 Review and update documentation related with new operators for 23.11 * GELU added to activation operators, despite not being part of Android NDK * BROADCAST_TO added to layers, despite not being implemented in any backend * CAST SIGNED64 added Change-Id: I32edb9939d28cb997432762e8ea5904f92c12687 Signed-off-by: Teresa Charlin Change-Id: I6a27ebc1233d77522c1bed1c7e89df95e4d55177 --- docs/02_operator_list.dox | 51 +++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 47 insertions(+), 4 deletions(-) diff --git a/docs/02_operator_list.dox b/docs/02_operator_list.dox index a37b6fa3a7..fa386f21bd 100644 --- a/docs/02_operator_list.dox +++ b/docs/02_operator_list.dox @@ -109,6 +109,7 @@ where N = batches, C = channels, H = height, W = width
  • ANEURALNETWORKS_RELU6
  • ANEURALNETWORKS_SQRT
  • ANEURALNETWORKS_TANH +
  • GELU CpuRef @@ -407,6 +408,45 @@ where N = batches, C = channels, H = height, W = width All + BroadcastToLayer + Layer to broadcast a tensor to a given size. + +
      +
    • N/A +
    + CpuRef + +
      +
    • N/A +
    + + +
    +
    N/A +
    + + CpuAcc + +
      +
    • N/A +
    + + +
    +
    N/A +
    + + GpuAcc + +
      +
    • N/A +
    + + +
    +
    N/A +
    + CastLayer Layer to cast a tensor to a type. @@ -429,6 +469,7 @@ where N = batches, C = channels, H = height, W = width QASYMMU8 QSYMMS16 SIGNED32 + SIGNED64 CpuAcc @@ -439,11 +480,12 @@ where N = batches, C = channels, H = height, W = width
    +
    FLOAT32 +
    FLOAT16
    QASYMMS8
    QASYMMU8 -
    FLOAT16
    SIGNED32 -
    FLOAT32 +
    SIGNED64
    GpuAcc @@ -454,11 +496,12 @@ where N = batches, C = channels, H = height, W = width
    +
    FLOAT32 +
    FLOAT16
    QASYMMS8
    QASYMMU8
    SIGNED32 -
    FLOAT16 -
    FLOAT32 +
    SIGNED64
    ChannelShuffleLayer -- cgit v1.2.1