aesara.tensor.col# aesara.tensor.col(name: Optional[str] = None, dtype: Optional[DTypeLike] = None) → TensorVariable[source]# Return a symbolic column variable (i.e. shape (None, 1)). Parameters: name – A name to attach to this variable. dtype – None means to use aesara.config.floatX.