Update NNAPI extend spec not supporting int32 tensor operation (#4229)
author오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Mon, 14 Jan 2019 10:56:11 +0000 (19:56 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Mon, 14 Jan 2019 10:56:11 +0000 (19:56 +0900)
Change int32 tensor to quantized int tensor for ANEURALNETWORKS_TRANSPOSE_CONV_EX

Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
include/NeuralNetworksEx.h

index 727ca94..a941a10 100644 (file)
@@ -281,7 +281,7 @@ typedef enum {
    *
    * Supported tensor {@link OperandCode}:
    * {@link ANEURALNETWORKS_TENSOR_FLOAT32}
-   * {@link ANEURALNETWORKS_TENSOR_INT32}
+   * {@link ANEURALNETWORKS_TENSOR_QUANT8_ASYMM}
    *
    * Supported tensor rank: only 4
    *