[wasi-nn] add a new wasi-nn backend openvino#3603
Merged
wenyongh merged 1 commit intobytecodealliance:mainfrom Jul 22, 2024
Merged
[wasi-nn] add a new wasi-nn backend openvino#3603wenyongh merged 1 commit intobytecodealliance:mainfrom
wenyongh merged 1 commit intobytecodealliance:mainfrom
Conversation
d279f12 to
62aeae4
Compare
wenyongh
reviewed
Jul 18, 2024
| output += ret; | ||
|
|
||
| for (unsigned i = 0; i < shape->rank && output_len; i++) { | ||
| ret = snprintf(output, output_len, " %ld", shape->dims[i]); |
Collaborator
There was a problem hiding this comment.
Had better skip print the space when i == 0?
Collaborator
|
@tonibofarull we added the openvino backend for wasi-nn, would you help have a look? Thanks a lot. |
tonibofarull
approved these changes
Jul 18, 2024
234afa2 to
dc3d21b
Compare
wenyongh
reviewed
Jul 22, 2024
dc3d21b to
7890a52
Compare
wenyongh
approved these changes
Jul 22, 2024
yamt
added a commit
to yamt/wasm-micro-runtime
that referenced
this pull request
Jun 4, 2025
it has been added by the following commit. i guess it's debug code slipped in by a mistake. ``` commit 058bc47 Author: liang.he <liang.he@intel.com> Date: Mon Jul 22 17:16:41 2024 +0800 [wasi-nn] Add a new wasi-nn backend openvino (bytecodealliance#3603) ```
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.