-
Notifications
You must be signed in to change notification settings - Fork 71
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
[Tizen] Add example app showing ml-service and rpk updates #352
Conversation
📝 TAOS-CI Version: 1.5.20200925. Thank you for submitting PR #352. 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/. |
cibot: @anyj0527, Tizen.native/ml-service-example/sum_and_add_app/inc/sum_and_add.h does not include Doxygen tags such as @file @brief @author @bug. You must include the Doxygen tags in the source code. Please refer to a Doxygen manual at http://github.com/nnstreamer/TAOS-CI/blob/main/ci/doc/doxygen-documentation.md |
552d3c3
to
8f0cf4b
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.
@anyj0527, 💯 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.
Except for trivial issues, this PR is good material for newbies. 👍
Tizen.native/ml-service-example/sum_and_add_app/src/sum_and_add.c
Outdated
Show resolved
Hide resolved
8f0cf4b
to
71e08fc
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.
@anyj0527, 💯 All CI checkers are successfully verified. Thanks.
- Add rpk packages for new example. - Each rpk is packaged into `org.resource.model.sum_and_add-1.0.0.rpk` and `org.resource.model.sum_and_add-2.0.0.rpk` Signed-off-by: Yongjoo Ahn <[email protected]>
- Add a simple app showing how to use API `ml_service_new` and `ml_service_request`. - This app also demonstrate that how rpk updates can be used in AI app. Signed-off-by: Yongjoo Ahn <[email protected]>
71e08fc
to
e720d98
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.
@anyj0527, 💯 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.
It has become easier to understand ml-service and rpk updates 😀
LGTM!
ml_service_new
andml_service_request
.Check the README.md
Self evaluation: