Skip to content

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.

2 participants