-
Notifications
You must be signed in to change notification settings - Fork 170
[onert] Implement BulkPipelineModel for Trix model execution #16332
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
base: master
Are you sure you want to change the base?
Conversation
|
This implements new BulkPipelineModel class to handle NPU model loading. ONE-DCO-1.0-Signed-off-by: Jonghwa Lee <[email protected]>
c9f19d2 to
7650c0a
Compare
| #ifndef __ONERT_BACKEND_TRIX_OPS_BULKPIPELINEMODEL_H__ | ||
| #define __ONERT_BACKEND_TRIX_OPS_BULKPIPELINEMODEL_H__ |
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.
| #ifndef __ONERT_BACKEND_TRIX_OPS_BULKPIPELINEMODEL_H__ | |
| #define __ONERT_BACKEND_TRIX_OPS_BULKPIPELINEMODEL_H__ | |
| #ifndef __ONERT_BACKEND_TRIX_OPS_BULK_PIPELINE_MODEL_H__ | |
| #define __ONERT_BACKEND_TRIX_OPS_BULK_PIPELINE_MODEL_H__ |
Could you please put a few _ between CamelStyle words?
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.
I found that I already did same typo errors in over previous commits ;(
Can I revise them all in other PR?
| } // namespace backend | ||
| } // namespace onert | ||
|
|
||
| #endif // __ONERT_BACKEND_TRIX_OPS_BULKPIPELINEMODEL_H__ |
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.
| #endif // __ONERT_BACKEND_TRIX_OPS_BULKPIPELINEMODEL_H__ | |
| #endif // __ONERT_BACKEND_TRIX_OPS_BULK_PIPELINE_MODEL_H__ |
hseok-oh
left a comment
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
llFreetimell
left a comment
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
|
@hseok-oh |
This implements new BulkPipelineModel class to handle NPU model loading.
ONE-DCO-1.0-Signed-off-by: Jonghwa Lee [email protected]