-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Service] Add remote service register function @open sesame 08/29 16:31 #321
Conversation
gichan-jang
commented
May 3, 2023
•
edited
Loading
edited
- Add the function that registers remote service such as NN models, pipeline description and etc.
- Register pipeline description
- Add unittest to register pipeline
📝 TAOS-CI Version: 1.5.20200925. Thank you for submitting PR #321. Please a submit 1commit/1PR (one commit per one PR) policy to get comments quickly from reviewers. Your PR must pass all verificiation processes of cibot before starting a review process from reviewers. If you are new member to join this project, please read manuals in documentation folder and wiki page. In order to monitor a progress status of your PR in more detail, visit http://ci.nnstreamer.ai/. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@gichan-jang, 💯 All CI checkers are successfully verified. Thanks.
e017584
to
0534c29
Compare
|
b84a2f7
to
5a35ae2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@gichan-jang, 💯 All CI checkers are successfully verified. Thanks.
5a35ae2
to
9b5b3ff
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@gichan-jang, 💯 All CI checkers are successfully verified. Thanks.
441c262
to
81d1251
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@gichan-jang, 💯 All CI checkers are successfully verified. Thanks.
81d1251
to
811d266
Compare
|
811d266
to
ba23c36
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@gichan-jang, 💯 All CI checkers are successfully verified. Thanks.
4beab4f
to
a342edb
Compare
dc7266d
to
66f0da0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@gichan-jang, 💯 All CI checkers are successfully verified. Thanks.
66f0da0
to
305d4a6
Compare
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@gichan-jang, 💯 All CI checkers are successfully verified. Thanks.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
* @return @c 0 on Success. Otherwise a negative error value. | ||
* @retval #ML_ERROR_NONE Successful. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Q: I need to familiarize myself with the Tizen doxygen; thus have a question here. Is line 96 a summary of the return values declaration, and are the following lines for the details?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The order is as follows. @brief, @details, @since_tizen, @remarks, @param, @return, @retval, @pre, @post and @see
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From Tizen native API reference guide, return
and retval
are mandatory tags.
...
* @return [Mandatory] Return values
* @retval [Mandatory] Meaning of each return value
...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM with some minor comments. If you want to merge it, just let me know.
04d68de
to
8fecbda
Compare
|
8fecbda
to
8b36cea
Compare
|
|
8b36cea
to
f8c8b50
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@gichan-jang, 💯 All CI checkers are successfully verified. Thanks.
Add the function that registers remote service such as NN models, pipeline description and etc. Signed-off-by: gichan <[email protected]> Signed-off-by: gichan2-jang <[email protected]>
- Register pipeline description - Add unittest to register pipeline Signed-off-by: gichan2-jang <[email protected]>
f8c8b50
to
075cfa6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@gichan-jang, 💯 All CI checkers are successfully verified. Thanks.