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

Update/ scalar input array #335

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from
Draft

Conversation

xinyuli1204
Copy link
Contributor

@xinyuli1204 xinyuli1204 commented Oct 21, 2024

update C++ and PYTHON

supports:
Input<T []> input_offsets{"input_offsets"};


        std::array<int, 4> offsets = {1, 2, 3, 4};
        auto n = b.add("test_scalar_array")(in, &offsets).set_params(Param("input_offsets.size", 4));
        n["output"].bind(outs);
        b.run();

@xinyuli1204 xinyuli1204 marked this pull request as draft October 21, 2024 16:48
@xinyuli1204 xinyuli1204 changed the title WIP/ update scalar input array Update/ scalar input array Oct 22, 2024
@xinyuli1204 xinyuli1204 marked this pull request as ready for review October 22, 2024 23:09
@xinyuli1204 xinyuli1204 marked this pull request as draft October 24, 2024 22:19
Xinyu Li added 2 commits October 24, 2024 15:22
@xinyuli1204 xinyuli1204 marked this pull request as ready for review October 24, 2024 22:28
@xinyuli1204 xinyuli1204 marked this pull request as draft October 30, 2024 17:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant