From b7d8670941cdda4cd02e7b617766062bbcc49067 Mon Sep 17 00:00:00 2001 From: Jihoon Lee Date: Tue, 3 Aug 2021 13:36:56 +0900 Subject: [PATCH] [CAPI/ACR] Fix typo and doxygen tag This patch reflects review from #1371, #1446 **Self evaluation:** 1. Build test: [X]Passed [ ]Failed [ ]Skipped 2. Run test: [X]Passed [ ]Failed [ ]Skipped Signed-off-by: Jihoon Lee --- api/capi/include/nntrainer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/capi/include/nntrainer.h b/api/capi/include/nntrainer.h index 4e008bd..8649486 100644 --- a/api/capi/include/nntrainer.h +++ b/api/capi/include/nntrainer.h @@ -228,7 +228,7 @@ int ml_train_model_set_dataset(ml_train_model_h model, ml_train_dataset_h dataset); /** - * @brief Gets input tensors information information of the model. + * @brief Gets input tensors information of the model. * @details Use this function to get input tensors information of the model. * destroy @a info with @c ml_tensors_info_destroy() after use. * @since_tizen 6.5 @@ -250,7 +250,7 @@ int ml_train_model_get_input_tensors_info(ml_train_model_h model, ml_tensors_info_h *info); /** - * @brief Gets output tensors information information of the model. + * @brief Gets output tensors information of the model. * @details Use this function to get output tensors information of the model. * destroy @a info with @c ml_tensors_info_destroy() after use. * @since_tizen 6.5 -- 2.7.4