From: Prasanna R/SNAP /SRI-Bangalore/Engineer/삼성전자 Date: Wed, 12 Dec 2018 01:14:51 +0000 (+0530) Subject: Redefine REDUCE_MIN in NeuralNetworkEx.h (#3925) X-Git-Tag: 0.3~127 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=13c5a72faab1f4ade13bc6d5355a0b7c8bc1859d;p=platform%2Fcore%2Fml%2Fnnfw.git Redefine REDUCE_MIN in NeuralNetworkEx.h (#3925) This patch redefines REDUCE_MIN in NeuralNetworkEx.h explaining it supports INT32 also Reference tf.reduce_min input_tensor: The tensor to reduce. Should have numeric type. Signed-off-by: prasannar --- diff --git a/include/NeuralNetworksEx.h b/include/NeuralNetworksEx.h index c9bc834..27a2cd2 100644 --- a/include/NeuralNetworksEx.h +++ b/include/NeuralNetworksEx.h @@ -581,6 +581,7 @@ typedef enum { * * Supported tensor {@link OperandCode}: * * {@link ANEURALNETWORKS_TENSOR_FLOAT32} + * * {@link ANEURALNETWORKS_TENSOR_INT32} * * {@link ANEURALNETWORKS_TENSOR_QUANT8_ASYMM} * * Supported tensor rank: up to 4