-
Notifications
You must be signed in to change notification settings - Fork 134
Add torch conditionals: IfElse #940
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from 2 commits
Commits
Show all changes
73 commits
Select commit
Hold shift + click to select a range
3c4f73d
Add IfElse
bfb97ea
Remove space
6ad1c5c
Implement Dot and BatchedDot in PyTensor (#878)
HangenYuu cac9feb
Add `OpFromGraph` wrapper around `alloc_diag` (#915)
jessegrabowski ad27dc7
Bump actions/upload-artifact from 3 to 4 (#560)
dependabot[bot] f489cf4
Added rewrite for matrix inv(inv(x)) -> x (#893)
tanish1729 981688c
Implement `pad` (#748)
jessegrabowski a601a27
Update away from torch.where
aab9fae
[pre-commit.ci] pre-commit autoupdate
pre-commit-ci[bot] 739d97d
Removed unused config options
Armavica b9f2dde
Remove add_experimental_configvars
Armavica f9f5c5b
Remove default in_c_key and change for cast_policy
Armavica 158a7d0
Fix typo in docstring
Armavica 7a0175a
Simplify _ChangeFlagDecorator
Armavica d9ed1e2
Fix typo amblibm -> amdlibm
Armavica 9f4b89d
Remove unused ContextsParam
Armavica d455460
Simplify config.add(linker)
Armavica 367351f
Fixed dead wiki links (#950)
HangenYuu 58fec45
Implement nlinalg Ops in PyTorch (#920)
twaclaw 7fd8cbd
Update for m1
a5587a7
Add new env file
a09fa75
Update comment
d6254af
Update environment-osx-arm64.yml
twiecki 23427a0
[pre-commit.ci] pre-commit autoupdate
pre-commit-ci[bot] f25a624
Implement Einsum
jessegrabowski b65d08c
Skip tri test in latest version of JAX
ricardoV94 da91dc7
Corrected the reference from 'an PyTensor' to 'a PyTensor' in the con…
abhishekshah5486 0ae3cfe
[pre-commit.ci] pre-commit autoupdate
pre-commit-ci[bot] 48450b0
Fix test to allow for n_outs>1
fd27b6a
Remove test value
7fffec6
Pickle error message changed (#966)
twiecki 29183c7
Add building of pyodide universal wheels (#918)
twiecki 4d0103b
Removed types examples and introduced tensor (#968)
Krupakar-Reddy-S f62401a
maintanance: unpin scipy
ferrine dd8895d
mypy: fix graph.py
ferrine a3f0a4e
mypy: fix graph/basic.py
ferrine 79232b2
Implement Dot and BatchedDot in PyTensor (#878)
HangenYuu 143ded6
Add `OpFromGraph` wrapper around `alloc_diag` (#915)
jessegrabowski 8c30780
Bump actions/upload-artifact from 3 to 4 (#560)
dependabot[bot] 297bdd4
Added rewrite for matrix inv(inv(x)) -> x (#893)
tanish1729 a4e014e
Implement `pad` (#748)
jessegrabowski 8d25c14
[pre-commit.ci] pre-commit autoupdate
pre-commit-ci[bot] 6fcc37c
Removed unused config options
Armavica 39612d1
Remove add_experimental_configvars
Armavica 9571d4f
Remove default in_c_key and change for cast_policy
Armavica ab4f150
Fix typo in docstring
Armavica 153d209
Simplify _ChangeFlagDecorator
Armavica 3aaf756
Fix typo amblibm -> amdlibm
Armavica 1b2802e
Remove unused ContextsParam
Armavica 9c6748f
Simplify config.add(linker)
Armavica 9973e03
Fixed dead wiki links (#950)
HangenYuu 286c8fc
Implement nlinalg Ops in PyTorch (#920)
twaclaw 70c902b
Update for m1
bd607f3
Add new env file
3249ae2
Update comment
d2ad1ed
Update environment-osx-arm64.yml
twiecki f11df4a
[pre-commit.ci] pre-commit autoupdate
pre-commit-ci[bot] a7c099c
Implement Einsum
jessegrabowski 6112f82
Skip tri test in latest version of JAX
ricardoV94 cd8585d
Corrected the reference from 'an PyTensor' to 'a PyTensor' in the con…
abhishekshah5486 bd38216
[pre-commit.ci] pre-commit autoupdate
pre-commit-ci[bot] 521b8ca
Pickle error message changed (#966)
twiecki 917cc55
Add building of pyodide universal wheels (#918)
twiecki e879b0c
Removed types examples and introduced tensor (#968)
Krupakar-Reddy-S 3523d79
maintanance: unpin scipy
ferrine 400323f
mypy: fix graph.py
ferrine f0214a1
mypy: fix graph/basic.py
ferrine 9f3a938
Add IfElse
d36d4ce
Remove space
9adbbe2
Update away from torch.where
2766457
Fix test to allow for n_outs>1
ef9277b
Remove test value
d4aaeaf
Merge branch 'branches' of github.com:Ch0ronomato/pytensor into branches
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.