- 01 10月, 2025 1 次提交
-
-
由 theorashid 提交于
-
- 30 9月, 2025 11 次提交
-
-
由 Ricardo Vieira 提交于
-
由 ricardoV94 提交于
The change in number of fused kernels has to do with the order of iteration, and could be replicated in the old approach by iterating in topological order. It was an accident that it happen to visit in an order where it connected two branches, instead of keeping them separate. The underlying limitation already existed and is described in https://github.com/pymc-devs/pytensor/issues/249
-
由 ricardoV94 提交于
-
由 ricardoV94 提交于
-
由 ricardoV94 提交于
-
由 ricardoV94 提交于
It's not really needed as we never expand on the new nodes
-
由 Ricardo Vieira 提交于
-
由 ricardoV94 提交于
-
由 ricardoV94 提交于
Not using `__call__` avoids the test_value computation
-
由 ricardoV94 提交于
-
由 Ricardo Vieira 提交于
-
- 23 9月, 2025 1 次提交
-
-
由 ricardoV94 提交于
-
- 21 9月, 2025 1 次提交
-
-
由 Michal Novomestsky 提交于
* added identity as alias for tensor_copy and defined No-Op for TensorFromScalar * refactor: jacobian should use tensorize * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * removed redundant pprint * refactor: added vectorize=True to all jacobians * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Add option to vectorize jacobian in minimize/root * pre-commit --------- Co-authored-by:
pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by:
jessegrabowski <jessegrabowski@gmail.com>
-
- 20 9月, 2025 16 次提交
-
-
由 ricardoV94 提交于
-
由 Ricardo Vieira 提交于
-
由 ricardoV94 提交于
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
* Avoid reversing inputs as we traverse graph * Simplify io_toposort without ordering (and refactor into its own function) * Removes client side-effect on previous toposort functions * Remove duplicated logic across methods
-
由 ricardoV94 提交于
-
由 ricardoV94 提交于
-
由 ricardoV94 提交于
-
由 ricardoV94 提交于
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
Also avoid repeated checks when an outer rewriter enforces tracks before calling individual node rewriters
-
由 ricardoV94 提交于
-
由 ricardoV94 提交于
-
- 14 9月, 2025 1 次提交
-
-
由 Juan Orduz 提交于
-
- 06 9月, 2025 1 次提交
-
-
由 Juan Orduz 提交于
* nb init * small cleanup and re-run * add section to gallery * final cleanup * title * rename * rename section
-
- 05 9月, 2025 3 次提交
-
-
由 Joren Hammudoglu 提交于
* add `scipy-stubs` as development depedency * fix `scipy-stubs` squigglies
-
由 Ricardo Vieira 提交于
* Add compiler_verbose config flag * Add entry in `config.rst` for `compiler_verbose` --------- Co-authored-by:Jesse Grabowski <jessegrabowski@gmail.com>
-
- 03 9月, 2025 1 次提交
-
-
由 Ricardo Vieira 提交于
-
- 01 9月, 2025 1 次提交
-
-
由 Ricardo Vieira 提交于
-
- 31 8月, 2025 3 次提交