[Trivial] Change return -> retval
authorJihoon Lee <jhoon.it.lee@samsung.com>
Thu, 10 Jun 2021 04:42:09 +0000 (13:42 +0900)
committerJijoong Moon <jijoong.moon@samsung.com>
Fri, 11 Jun 2021 05:41:18 +0000 (14:41 +0900)
commitdac38ff46afa367cb8a6e19674b0d5031e36e158
tree2fcb53da617f432d4130af938b1783b6c9a07c71
parentc3a98447f67cd18287c09563f47315b804a3a57e
[Trivial] Change return -> retval

When stating value in doxygen it is recommended to use @retval, this
patch reflects the issue

**Self evaluation:**
1. Build test: [ ]Passed [ ]Failed [X]Skipped
2. Run test: [ ]Passed [ ]Failed [X]Skipped

Signed-off-by: Jihoon Lee <jhoon.it.lee@samsung.com>
16 files changed:
Applications/SimpleShot/layers/centering.h
Applications/SimpleShot/layers/centroid_knn.h
Applications/SimpleShot/layers/l2norm.h
nntrainer/app_context.h
nntrainer/compiler/ini_interpreter.cpp
nntrainer/compiler/tflite_opnode.h
nntrainer/graph/graph_node.h
nntrainer/layers/common_properties.h
nntrainer/layers/layer_internal.h
nntrainer/tensor/tensor_dim.h
nntrainer/tensor/var_grad.h
nntrainer/utils/base_properties.h
nntrainer/utils/ini_wrapper.h
nntrainer/utils/parse_util.h
nntrainer/utils/util_func.h
test/unittest/compiler/unittest_interpreter.cpp