Skip to content

mapslices and Param wrapped arrays #110

@hiiroo

Description

@hiiroo

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])

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions