Open
Description
With Julia 1.9 eachslice
enables to properly drop dimension when taking a reduction function over some dimension (at least based on JuliaLang/julia#16606). However, having implemented this, it seems multiple dimensions is not handled yet. I stumbled upon @mcabbott advice, "the gradient rule for eachslice
is unable to handle case right now, please make an issue" to fill an issue, so here it is. If I'm correct, this has not been opened yet.