• Brandon T. Willard's avatar
    Move basic tensor rewriting code to aesara.tensor.rewriting · ced64bfc
    Brandon T. Willard 提交于
    - `aesara.tensor.basic_opt` has been changed to `aesara.tensor.rewriting.basic`
    - `aesara.tensor.math_opt` has been changed to `aesara.tensor.rewriting.math`
    - `aesara.tensor.subtensor_opt` has been changed to `aesara.tensor.rewriting.subtensor`
    - `aesara.tensor.opt_uncanonicalize` has been changed to `aesara.tensor.rewriting.uncanonicalize`
    
    The tests associated with each module have been updated accordingly.
    ced64bfc
名称
最后提交
最后更新
..
function 正在载入提交数据...
__init__.py 正在载入提交数据...
test_builders.py 正在载入提交数据...
test_compilelock.py 正在载入提交数据...
test_debugmode.py 正在载入提交数据...
test_misc.py 正在载入提交数据...
test_mode.py 正在载入提交数据...
test_modes.py 正在载入提交数据...
test_monitormode.py 正在载入提交数据...
test_nanguardmode.py 正在载入提交数据...
test_ops.py 正在载入提交数据...
test_profiling.py 正在载入提交数据...
test_shared.py 正在载入提交数据...