- 22 10月, 2009 2 次提交
-
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
in scalar.basic.Composte, fix the check that the scalar op implement the c_code. It was not working for Abs.
-
- 21 10月, 2009 19 次提交
-
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
added OutputGuard sanity check to AddDestroyHandler to ensure that outputs are protected from destructive operations
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
-
由 Frederic Bastien 提交于
-
- 20 10月, 2009 5 次提交
-
-
由 Frederic Bastien 提交于
implemented the c_code for the scalar mod op. It correctly implement the python semantic of mod on x86.
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
__hash__ functions are broken.
-
由 James Bergstra 提交于
subject of where (if anywhere) these options should go.
-
由 Frederic Bastien 提交于
-
- 17 10月, 2009 8 次提交
-
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
better implementation of scalar.Composite.__eq__ and .__hash__. started the implementation of Composite pickling(disabled).
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
- 16 10月, 2009 6 次提交
-
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
code change in softmax: removed the isinf and 0.0 checks because they would fail incorrectly for NaN inputs.
-
由 James Bergstra 提交于
In a finished commit, the shape would replace the broadcastable parameter, since the broadcastable vector can be computed from the shape. The shape has None in components that are unknown.
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
added scalar.Composite.__str__ as we don't want all element of the op to happear in the str representation.
-
由 Frederic Bastien 提交于
-