Skip to content

Commit

Permalink
IVGCVSW-3507 Remove unsupported operation sections
Browse files Browse the repository at this point in the history
 * Removed unsupported operation sections

Signed-off-by: Mike Kelly <mike.kelly@arm.com>
Change-Id: I79216c5c015efeb5d2e19cd85f186c2f73bd1ca8
  • Loading branch information
MikeJKelly authored and Surmeh committed Aug 30, 2019
1 parent ff645b6 commit 1df6477
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions NnapiSupport.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,20 +54,5 @@ TANH (FLOAT32,QUANT8_ASYMM)
TRANSPOSE (FLOAT32,QUANT8_ASYMM)
TRANSPOSE_CONV_2D (FLOAT32,QUANT8_ASYMM)

--- Unsupported operators ---

The following AndroidNN HAL 1.0 operations are currently not supported:

DEPTH_TO_SPACE
EMBEDDING_LOOKUP
HASHTABLE_LOOKUP
LSH_PROJECTION
RNN
SVDF

The following AndroidNN HAL 1.2 operations are currently not supported:

CONCATENATION

Where operations are not supported by the ArmNN Android NN Driver, the driver indicates this to the framework
appropriately and the framework implements those operations using a CPU implementation.

0 comments on commit 1df6477

Please sign in to comment.