- 31 1月, 2012 1 次提交
-
-
由 Pascal Lamblin 提交于
-
- 28 1月, 2012 8 次提交
-
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
Also add ".prod()" method to tensor variables.
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
This enables specifying the dtype in which the internal summation should be done, like in Numpy.
-
由 Pascal Lamblin 提交于
Also add a tests for one specific case. The usual cases should be tested by the regular tests, since the sum nodes' dtype are no longer allowed to be None.
-
由 Pascal Lamblin 提交于
Update existing test to check that a TypeError is raised if an inappropriate output dtype is specified in sum().
-
由 Pascal Lamblin 提交于
It's easier to understand the doc if we have explicit kw args.
-
由 Pascal Lamblin 提交于
If the output dtype would force a downcasting of the values (for instance, summing a float vector into an integer), a TypeError is now raised. Also, a Sum node has to have a non-None dtype. It is checked in make_node because for some reason the pretty-printing mechanism needs to instanciate "Sum()".
-
- 27 1月, 2012 11 次提交
-
-
由 Olivier Delalleau 提交于
PEP8 and docstring fixes.
-
由 David Warde-Farley 提交于
-
由 David Warde-Farley 提交于
-
由 nouiz 提交于
Fix test in TrueDivTester
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
Since dtype mismatch is one reason the error is raised, it makes interpreting it easier.
-
由 nouiz 提交于
Fix Ger C code when output is a row or column.
-
由 Pascal Lamblin 提交于
Some BLAS versions did not accept (1,1) strides in that case.
-
由 nouiz 提交于
Update tests, gpu_gemv is used now, not gemm/dot22
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
- 26 1月, 2012 20 次提交
-
-
由 nouiz 提交于
Fix test of elemwise_fusion, now intdiv is fused.
-
由 Pascal Lamblin 提交于
-
由 nouiz 提交于
more helpful error to catch symbolic shape vecs in infer_shape
-
由 David Warde-Farley 提交于
Add warning for bug in Numpy <= 1.6.1.
-
由 Pascal Lamblin 提交于
When using numpy's advanced indexing on huge arrays (2**32 elements or more), Numpy <= 1.6.1 has a bug where the resulting array is not properly filled. We emit a warning in those cases.
-
由 James Bergstra 提交于
-
由 nouiz 提交于
Use C code for Alloc of broadcasted scalar
-
由 Pascal Lamblin 提交于
-
由 nouiz 提交于
Fix blas tests
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
-
由 James Bergstra 提交于
-
由 nouiz 提交于
C code for integer division
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Razvan Pascanu 提交于
Minor stuff Thanks Olivier :) Is great to have someone like you involved in the project, that is able to notice and fix all the small details.
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-