Skip to content
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

tensorgraph wip #176

Merged
merged 5 commits into from
Jan 16, 2024
Merged

tensorgraph wip #176

merged 5 commits into from
Jan 16, 2024

Conversation

fsxbhyy
Copy link
Collaborator

@fsxbhyy fsxbhyy commented Jan 13, 2024

Added TensorGraph as a new type of graph that supports tensor operation
Compared to Graph (for scalar):

1.Add a shape field in TensorGraph to track dimension of tensor.
2.Removed Prod(), Power() operators and related functions for tensorgraph multiplication.
3.Added EinSum operator and function following numpy interface. Currently is restricted to be binary operation.

@fsxbhyy fsxbhyy added the enhancement New feature or request label Jan 13, 2024
@fsxbhyy fsxbhyy self-assigned this Jan 13, 2024
@codecov-commenter
Copy link

codecov-commenter commented Jan 13, 2024

Codecov Report

Attention: 62 lines in your changes are missing coverage. Please review.

Comparison is base (e21e062) 56.17% compared to head (a79d6ec) 56.25%.

Files Patch % Lines
src/computational_graph/tensorgraph.jl 58.66% 62 Missing ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@               Coverage Diff               @@
##           TensorGraph     #176      +/-   ##
===============================================
+ Coverage        56.17%   56.25%   +0.07%     
===============================================
  Files               51       52       +1     
  Lines             4539     4689     +150     
===============================================
+ Hits              2550     2638      +88     
- Misses            1989     2051      +62     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@fsxbhyy fsxbhyy merged commit ff9e16c into TensorGraph Jan 16, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants