aesara.tensor.atleast_2d

Contents

aesara.tensor.atleast_2d#

aesara.tensor.atleast_2d(*arys: ndarray | TensorVariable, n: int = 2, left: bool = True) TensorVariable[source]#

Convert inputs to arrays with at least n dimensions.