-
Notifications
You must be signed in to change notification settings - Fork 145
Implement broadcast for XTensorVariables #1489
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
AllenDowney
wants to merge
23
commits into
pymc-devs:labeled_tensors
from
AllenDowney:add_xtensor_broadcast_take2
Closed
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
4fb9071
Avoid no-op DimShuffle
ricardoV94 5b39df6
Use DimShuffle instead of Reshape in `ix_`
ricardoV94 7a7db6f
Extract ViewOp functionality into a base TypeCastOp
ricardoV94 024136e
Implement basic labeled tensor functionality
ricardoV94 162b50a
Implement stack for XTensorVariables
ricardoV94 9676b4e
Implement Elemwise and Blockwise operations for XTensorVariables
ricardoV94 1a0226c
Implement cast for XTensorVariables
ricardoV94 b1b5fde
Implement reduction operations for XTensorVariables
ricardoV94 3e4f7ae
Implement concat for XTensorVariables
ricardoV94 62d410b
Implement transpose for XTensorVariables
AllenDowney bd29b1b
Implement unstack for XTensorVariables
OriolAbril e6da6c5
Implement index for XTensorVariables
ricardoV94 e2a87db
Implement index update for XTensorVariables
ricardoV94 fc5f668
Implement diff for XTensorVariables
ricardoV94 4235d63
Implement squeeze for XTensorVariables
AllenDowney 7a9db22
Implement expand_dims for XTensorVariables (#1449)
AllenDowney cc28cb0
Implement dot for XTensorVariables (#1475)
AllenDowney 0be448e
Implement XTensorVariable version of RandomVariables
ricardoV94 2a91f58
Add implementation of broadcast for xtensor
AllenDowney 4f02b39
Add xtensor broadcast
AllenDowney ea04c9e
Handling symbolic dims
AllenDowney 9a255b6
Adding broadcast_like
AllenDowney b793a9a
Retreat to basic implementation of broadcast
AllenDowney 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
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.