summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTANUJ TEKRIWAL/System SW /SRI-Bangalore/Engineer/삼성전자 <tanuj.tekri@samsung.com>2018-11-20 12:54:30 +0530
committer오형석/동작제어Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>2018-11-20 16:24:30 +0900
commit6dbaf3b1db6e1a2d0c2a425e0c20b7bf7a6221fa (patch)
tree21ab08226e40a43d2ce7f1045d17b5c385d2c140 /include
parent40cadf46be484184fc397b2242fd19be66e7ebb5 (diff)
downloadnnfw-6dbaf3b1db6e1a2d0c2a425e0c20b7bf7a6221fa.tar.gz
nnfw-6dbaf3b1db6e1a2d0c2a425e0c20b7bf7a6221fa.tar.bz2
nnfw-6dbaf3b1db6e1a2d0c2a425e0c20b7bf7a6221fa.zip
NeuralNetworkEx code cleanup (#3649)
Just little code cleanup for NeuralNetworkEx.h Signed-off-by: Tanuj Tekriwal <tanuj.tekri@samsung.com>
Diffstat (limited to 'include')
-rw-r--r--include/NeuralNetworksEx.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/NeuralNetworksEx.h b/include/NeuralNetworksEx.h
index 05699f5d4..4b6e93be7 100644
--- a/include/NeuralNetworksEx.h
+++ b/include/NeuralNetworksEx.h
@@ -58,7 +58,7 @@ typedef enum {
* Outputs:
* * 0: The output tensor, of the same {@link OperandCode} and shape as input0.
*/
- ANEURALNETWORKS_CAST_EX = 50000, /**< Casts a tensor to a new type */
+ ANEURALNETWORKS_CAST_EX = 50000,
ANEURALNETWORKS_GATHER_EX = 50001, /**< Gather slices according to indexes and axis */
ANEURALNETWORKS_TOPK_V2_EX = 50002, /**< Find values and indices of the k largest elements */
@@ -102,7 +102,7 @@ typedef enum {
* Outputs:
* * 0: The output tensor, of the same {@link OperandCode} and shape as input0.
*/
- ANEURALNETWORKS_RSQRT_EX = 50005, /**< Computes reciprocal of square root of x element-wise */
+ ANEURALNETWORKS_RSQRT_EX = 50005,
/**
* Computes element-wise squared difference on the input tensors.