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

mapslices and Param wrapped arrays #110

Open
hiiroo opened this issue Feb 22, 2019 · 0 comments
Open

mapslices and Param wrapped arrays #110

hiiroo opened this issue Feb 22, 2019 · 0 comments

Comments

@hiiroo
Copy link

hiiroo commented Feb 22, 2019

I was trying mapslices function however, I've realized that mapslices function restricted to subtypes of AbstractArray and does not accept Param wrapped arrays.

Here is a line of code to demonstrate the issue.
mapslices(x->x*rand(4,2), Param(rand(3,4,5)), dims=[1,2])

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

No branches or pull requests

1 participant