- 21 1月, 2011 3 次提交
-
-
由 Frederic Bastien 提交于
-
由 Dumitru Erhan 提交于
-
由 Olivier Delalleau 提交于
-
- 20 1月, 2011 8 次提交
-
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Frederic Bastien 提交于
detect at run time the gpu pointeur size and int size. Use that to allow fusing more gpu elemwise together
-
- 19 1月, 2011 9 次提交
-
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Ian Goodfellow 提交于
-
由 Frederic Bastien 提交于
-
由 fsavard 提交于
-
由 fsavard 提交于
Added error messages in cuda_ndarray, and a (commented) way of printing freed memory when debugging memory allocations (in the same file).
-
由 Frederic Bastien 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
- 18 1月, 2011 14 次提交
-
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 James Bergstra 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
+++ theano/tensor/tests/test_basic.py (reindented) @@ -1852,7 +1852,7 @@ r = numpy.asarray([0.,1.,-1.], dtype=dtype) v = fn(l, r) self.failUnless(numpy.all(v == (l == r)), (v, (l==r))) - + def test_neq(self): for dtype in ['float64', 'float32', 'complex64', 'complex128']: x, y = vector(dtype=dtype), vector(dtype=dtype) -
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
- 15 1月, 2011 3 次提交
-
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
- 14 1月, 2011 2 次提交
-
-
由 Frederic Bastien 提交于
as they make a difference in the hash. They don't change the generated c code for now. This is a follow up from James code-review comment.
-
由 Olivier Delalleau 提交于
-
- 13 1月, 2011 1 次提交
-
-
由 Olivier Delalleau 提交于
-