Skip to content
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

Remove set-input, get-output #77

Merged
merged 1 commit into from
Oct 28, 2024
Merged

Commits on Aug 13, 2024

  1. Remove set-input, get-output

    As discussed in WebAssembly#43, there is no requirement to set up tensors prior to
    calling `compute` as well as retrieving them separately afterwards. As
    of WebAssembly#59, passing around tensors is cheap (they're resources now), so
    there is no data copy necessary if we adopt this PR. This change
    proposes removing the `set-input` and `get-output` functions, moving all
    of the tensor-passing to `compute`. Closes WebAssembly#43.
    abrown committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    03e3b00 View commit details
    Browse the repository at this point in the history