- 26 3月, 2013 2 次提交
-
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
including support code, in dynamic modules.
-
- 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 次提交