- 24 3月, 2013 1 次提交
-
-
由 Olivier Delalleau 提交于
* When `step` is 1 and either `start` or `stop` is a boundary, the canonical representation of `slice(start, stop, step)` is now simpler * Other simplifications in the more general case when `step` is a constant * Fixed crash when calling `get_scalar_constant_value()` on a numpy array. * Ensure that start <= stop in canonical slice representations, which makes it easier to compute their length.
-
- 23 3月, 2013 6 次提交
-
-
由 nouiz 提交于
Fix ConstructSparseFromList.infer_shape
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
Now, the first argument contains the shape itself, so we should use its value, not its shape.
-
由 lamblin 提交于
Fixes
-
由 lamblin 提交于
Add assert in make_node
-
- 22 3月, 2013 5 次提交
- 21 3月, 2013 12 次提交
-
-
由 Razvan Pascanu 提交于
-
由 nouiz 提交于
Fix bug in erfinv GPU optimization
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 nouiz 提交于
Check Python long are OK iff they fit in int64
-
由 Pascal Lamblin 提交于
-
由 lamblin 提交于
make erfinv work on the gpu.
-
由 Guillaume Desjardins 提交于
-
由 Guillaume Desjardins 提交于
-
由 Guillaume Desjardins 提交于
-
由 lamblin 提交于
Add export for GPU code on windows.
-
由 Frederic 提交于
-
- 20 3月, 2013 4 次提交
-
-
由 nouiz 提交于
Enable long ints in reshape
-
由 Pascal Lamblin 提交于
-
由 lamblin 提交于
Update the conv2d doc to hopefully make it more clear.
-
由 Frederic 提交于
-
- 19 3月, 2013 7 次提交
-
-
由 nouiz 提交于
Allow Python long integers in indexing.
-
由 Frederic 提交于
-
由 nouiz 提交于
inv_as_solve optimization checks if op is Dot
-
由 Pascal Lamblin 提交于
-
由 lamblin 提交于
Advinc rebase3
-
由 Frederic 提交于
-
由 Matthew Rocklin 提交于
Previously it checked if node.op == dot where dot was a dot function I assume that this was a mistake I've changed this to check if isinstance(node.op, (Dot, Dot22)) I've also added a test
-
- 18 3月, 2013 4 次提交
- 17 3月, 2013 1 次提交
-
-
由 Olivier Delalleau 提交于
-