• Brandon T. Willard's avatar
    Introduce aesara.as_symbolic · b088cc8f
    Brandon T. Willard 提交于
    `aesara.as_symbolic` is a new function that converts all eligible objects to
    `Variable`s.  Unlike `aesara.tensor.as_tensor_variable`, `as_symbolic` will
    convert `None`s and `slice`s, or any other types that have equivalent Aesara `Type`s.
    b088cc8f
__init__.py 5.4 KB