Open
Description
Description
https://numpy.org/doc/stable/reference/generated/numpy.hstack.html
Others like vstack
, column_stack
and so one are probably missing as well. First step is to list all of them and confirm they are missing in pytensor.tensor
This should not require a new Op, just repurpose existing concatenate
and sprinke expand_dims / atleast_nd
as needed