More sane inplace optimization
The optimization before was all or nothing, which is a bad compromise for
scan. This new optimization tries to work in place on each outputs, and
keeps only those for which it can. This way you do not get your entire op to
be non-inplace because of a single output that can not be computed inplace.
正在显示
theano/sandbox/raw_scan.py
0 → 100644
差异被折叠。
theano/tensor/opt2.py
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
请
注册
或者
登录
后发表评论