• Xavier Bouthillier's avatar
    Add handling of negative axis for Join and GpuJoin · 3b3a33f9
    Xavier Bouthillier 提交于
    Negative axis were automatically handled by numpy implementation inside
    Join.{perform,c_code}. However, both Join.grad and
    GpuJoin.{perform,c_code,grad} implementations were not thought to take
    care of negative axis.
    
    This commit adds checks for exceeding negative axis in Join.make_node for
    constants and in {Gpu}Join.{perform, c_code} for symbolic variables. Axis are
    converted to positive values inside GpuJoin.{perform, c_code} since current
    implementation does not support negative axis.
    3b3a33f9
名称
最后提交
最后更新
benchmark 正在载入提交数据...
bin 正在载入提交数据...
doc 正在载入提交数据...
theano 正在载入提交数据...
.gitignore 正在载入提交数据...
.mailmap 正在载入提交数据...
.travis.yml 正在载入提交数据...
DESCRIPTION.txt 正在载入提交数据...
EMAIL.txt 正在载入提交数据...
HISTORY.txt 正在载入提交数据...
LICENSE.txt 正在载入提交数据...
MANIFEST.in 正在载入提交数据...
NEWS.txt 正在载入提交数据...
NEWS_DEV.txt 正在载入提交数据...
README.txt 正在载入提交数据...
Theano.pyproj 正在载入提交数据...
Theano.sln 正在载入提交数据...
setup.cfg 正在载入提交数据...
setup.py 正在载入提交数据...