- 21 2月, 2013 9 次提交
-
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
Do not create a complex tensor with zeros, then cast it into floatX, create the floatX zeros directly
-
由 Pascal Lamblin 提交于
If acc_dtype == output.dtype, nothing changes.
-
由 Pascal Lamblin 提交于
This dtype is to be used as accumulator, instead of self.dtype as was previously the case. Then, the result is cast to self.dtype if needed. Also implement the perform version using it.
-
由 nouiz 提交于
Test default blas flags before using them
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
before returning it as default value
-
由 Pascal Lamblin 提交于
-
- 20 2月, 2013 5 次提交
- 19 2月, 2013 15 次提交
-
-
由 lamblin 提交于
Lazy config default value
-
由 Frederic 提交于
-
由 lamblin 提交于
Fix a test when g++ is not available.
-
由 lamblin 提交于
Add triangle/nonzero functions
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
Try to fix the problem that depending of the inputs strides, the outputs strides of dimensions of size 1 get strides that make it considered not aligned by the PyArray_ALIGNED macro.
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
- 16 2月, 2013 3 次提交
- 15 2月, 2013 8 次提交
-
-
由 Frederic 提交于
-
由 abalkin 提交于
-
由 abalkin 提交于
-
由 abalkin 提交于
-
由 abalkin 提交于
This is one of the trickier relative to absolute convertions. Some of the initialization code had to be moved from tensor subpackage to the main theano __init__.py in order to work around a circular dependency.
-
由 abalkin 提交于
-
由 abalkin 提交于
-
由 abalkin 提交于
-