- 17 2月, 2012 1 次提交
-
-
由 Olivier Delalleau 提交于
Since mutable=True is incompatible with borrow=False, it is better to raise an exception to make sure it's being noticed.
-
- 16 2月, 2012 2 次提交
-
-
由 Olivier Delalleau 提交于
This commit simplifies the code so that In.borrow and Param.borrow can only be True or False (not None). It also makes the corresponding code for these two objects more similar. There should be no functional change, it just makes the code easier to understand.
-
由 nouiz 提交于
Fix comparison of "borrow" flag.
-
- 15 2月, 2012 3 次提交
-
-
由 Pascal Lamblin 提交于
This was causing lots of warnings to print in the buildbot. The error was introduced during a seemingly innocent PEP8 fix.
-
由 Olivier Delalleau 提交于
Update code for mean's dtype after code review
-
由 nouiz 提交于
Miscellaneous documentation updates
-
- 14 2月, 2012 11 次提交
-
-
由 Pascal Lamblin 提交于
-
由 Olivier Delalleau 提交于
Remove duplicated code.
-
由 Pascal Lamblin 提交于
This seems like the result of a bad merge.
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 nouiz 提交于
Fixed crash with Composite support code and GPU
-
由 Olivier Delalleau 提交于
The problem was that when a Composite Op had a Composite subnode, having the subnode return an empty support code would cause the parent node to return '\n' as support code. As a result, GPU code generation would crash due to non-empty support code. Thanks to Fred for writing the associated test.
-
- 10 2月, 2012 4 次提交
-
-
由 Olivier Delalleau 提交于
Make a machanism to don't have Alloc and GpuAlloc constant folded in som...
-
由 Olivier Delalleau 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
- 08 2月, 2012 19 次提交
-
-
由 Olivier Delalleau 提交于
pep8 fix + added verbose exception
-
由 goodfeli 提交于
Small fixes
-
由 nouiz 提交于
Add shape inference for sparse/basic.py Ops
-
由 Olivier Delalleau 提交于
A few PEP8 fixes, string formatting and cosmetic stuff.
-
由 David Warde-Farley 提交于
-
由 David Warde-Farley 提交于
-
由 David Warde-Farley 提交于
-
由 David Warde-Farley 提交于
-
由 Ian Goodfellow 提交于
more pep8 fixes
-
由 Ian Goodfellow 提交于
various other pep8 fixes so that being pep8 compliant doesn't take as much time
-
由 Ian Goodfellow 提交于
-
由 lamblin 提交于
Some more typo fixes & co
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
由 David Warde-Farley 提交于
-
由 David Warde-Farley 提交于
-
由 David Warde-Farley 提交于
-