• Brandon T. Willard's avatar
    Move theano.tensor.basic type definitions to theano.tensor.type · 54c106b7
    Brandon T. Willard 提交于
    This change required a lot of general import refactoring in order to avoid (and
    remove) circular dependency issues.
    
    One major change involved the removal of imports like `from theano import
    tensor`, because the module `tensor` clashes with the type `tensor` (e.g. `x =
    tensor()`).  This usage was replaced with the conventional `import theano.tensor
    as tt` or `from theano import tensor as tt` (the latter addresses a Python 3.6
    import inconsistency/bug).  The same goes for `from theano import scalar`; the
    name clashes with the `scalar` type name, so it was replaced with `import
    theano.scalar as ts`.
    54c106b7
名称
最后提交
最后更新
..
.build 正在载入提交数据...
.static 正在载入提交数据...
.templates 正在载入提交数据...
cifarSC2011 正在载入提交数据...
crei2013 正在载入提交数据...
extending 正在载入提交数据...
hpcs2011_tutorial 正在载入提交数据...
images 正在载入提交数据...
internal 正在载入提交数据...
library 正在载入提交数据...
nextml2015 正在载入提交数据...
omlw2014 正在载入提交数据...
proposals 正在载入提交数据...
sandbox 正在载入提交数据...
scripts 正在载入提交数据...
tutorial 正在载入提交数据...
JaxOps.rst 正在载入提交数据...
LICENSE.txt 正在载入提交数据...
NEWS.txt 正在载入提交数据...
acknowledgement.txt 正在载入提交数据...
bcast.png 正在载入提交数据...
bcast.svg 正在载入提交数据...
citation.txt 正在载入提交数据...
conf.py 正在载入提交数据...
core_development_guide.txt 正在载入提交数据...
css.inc 正在载入提交数据...
dev_start_guide.txt 正在载入提交数据...
environment.yml 正在载入提交数据...
faq.txt 正在载入提交数据...
generate_dtype_tensor_table.py 正在载入提交数据...
glossary.txt 正在载入提交数据...
index.txt 正在载入提交数据...
install.txt 正在载入提交数据...
install_centos6.txt 正在载入提交数据...
install_generic.inc 正在载入提交数据...
install_macos.txt 正在载入提交数据...
install_others.txt 正在载入提交数据...
install_ubuntu.txt 正在载入提交数据...
install_windows.txt 正在载入提交数据...
introduction.txt 正在载入提交数据...
links.txt 正在载入提交数据...
nice_quotes.txt 正在载入提交数据...
optimizations.txt 正在载入提交数据...
pylintrc 正在载入提交数据...
requirements.inc 正在载入提交数据...
requirements.txt 正在载入提交数据...
theano-full.bib 正在载入提交数据...
theano-short.bib 正在载入提交数据...
theano_installer_for_anaconda.bat 正在载入提交数据...
troubleshooting.txt 正在载入提交数据...
updating.txt 正在载入提交数据...