Skip to content

Is it possible to collect a Zip into Array? #755

Description

Currently if we need to do elementwise operation on array, we can create a result array, and wrap it together with parameters arrays in Zip and use apply to assign the result. However, since Zip have the shape information, can we add a helper function to allocate a result array with correct shape, so that we don't need to create the result array manually?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions