libmir/numir

concatenate -> mir.ndslice.concatenation: concatenation

9il opened this issue · 2 comments

9il commented

mir.ndslice.concatenation: concatenation was added today. concatenation creates a lazy Concatenation view. mir.ndslice.allocation: slice can be used to allocate new ndslice with data from Concatenation. concatenate can be expressed as combination concatenation!axis(slices).slice

Thank you for using Mir!

Wow, this should be really what I want. I agree with you to rewrite concatenate.

Thanks for developing Mir!

done with a numpy-like negative axis support ShigekiKarita@1344512