- 30 12月, 2020 1 次提交
-
-
由 Ionut Tamas 提交于
-
- 29 12月, 2020 2 次提交
-
-
由 Thomas Wiecki 提交于
Rename and rearrange imports
-
由 Brandon T. Willard 提交于
-
- 28 12月, 2020 1 次提交
-
-
由 Ravin Kumar 提交于
-
- 27 12月, 2020 7 次提交
-
-
由 Michael Osthege 提交于
Fixes a performance digression caused by Blas Ops that did not leverage C-thunking.
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
由 Michael Osthege 提交于
The CLinkerOp and CLinkerObject like types were moved into link.c.interface to get them out of gof. PureOp and Op were merged (as Op) which means that some C-related methods are now declared on all Ops.
-
由 Michael Osthege 提交于
-
由 Michael Osthege 提交于
-
由 Michael Osthege 提交于
+ BITWIDTHs are now constants in utils. + Lambdas and local functions for default/filter/validate are now module-level local functions. This fixes pickleability (closes #240).
-
- 26 12月, 2020 1 次提交
-
-
由 Kyle Beauchamp 提交于
-
- 22 12月, 2020 1 次提交
-
-
由 Brandon T. Willard 提交于
Move linkers to link module
-
- 21 12月, 2020 16 次提交
-
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
The `CVM` class definition was also split off into `theano.link.c.cvm`.
-
由 Brandon T. Willard 提交于
-
由 Michael Osthege 提交于
-
由 Michael Osthege 提交于
-
由 Michael Osthege 提交于
-
由 Michael Osthege 提交于
Closes #223
-
由 Michael Osthege 提交于
-
由 Michael Osthege 提交于
-
由 Michael Osthege 提交于
-
由 Michael Osthege 提交于
-
由 Michael Osthege 提交于
Also adds some type hints.
-
由 Michael Osthege 提交于
The comment said to move Container to compile, but it is directly and exclusively used by the Linkers. Some type hints were added and Container now requires kwarg specification for the optional arguments.
-
由 Michael Osthege 提交于
-
由 Michael Osthege 提交于
Admittedly, the `undef = object()` is a cool trick, but `allow_gc` is simply a null-able boolean. Also, the `make_function` method can probably be removed, so I marked it as deprecated.
-
- 17 12月, 2020 1 次提交
-
-
由 Michael Osthege 提交于
-
- 16 12月, 2020 7 次提交
-
-
由 Brandon T. Willard 提交于
Clean config importing
-
由 Michael Osthege 提交于
This untangles the `theano.configdefaults` module from the `theano.gof` sub-package, thereby removing an import cycle. Closes #94
-
由 Michael Osthege 提交于
-
由 Michael Osthege 提交于
These helper functions where in `theano.misc.windows`, but they're not actually specific to Windows and they're clearly generic "utils" style functions.
-
由 Michael Osthege 提交于
-
由 Michael Osthege 提交于
This way all sub-packages get the chance to register their config variables without needing to be imported in theano.configdefaults.
-
由 Michael Osthege 提交于
-
- 14 12月, 2020 3 次提交
-
-
由 Michael Osthege 提交于
* Move JAX linker to new "link" module closes #188 * Move JAX tests to link module and update import path
-
由 Nicolas Legrand 提交于
* Remove `int_division` from `configdefaults.py` * * remove `div_proxy`, replace by either `true_div` or `int_div` * TestArithmeticCast : remove references to `config.int_division` and interger division * Remove __intdiv__ method from scalar.basic.py * Rebase * Fix merging conflicts
-
由 Brandon T. Willard 提交于
Add new RandomVariable Op and optimizations
-