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

Add Tensor Graph #175

Closed
wants to merge 1 commit into from
Closed

Add Tensor Graph #175

wants to merge 1 commit into from

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 Report

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

Comparison is base (e21e062) 56.17% compared to head (8cb7e10) 56.20%.

Files Patch % Lines
src/computational_graph/tensorgraph.jl 56.86% 66 Missing ⚠️

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

Additional details and impacted files
@@               Coverage Diff               @@
##           computgraph     #175      +/-   ##
===============================================
+ Coverage        56.17%   56.20%   +0.02%     
===============================================
  Files               51       52       +1     
  Lines             4539     4692     +153     
===============================================
+ Hits              2550     2637      +87     
- Misses            1989     2055      +66     

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

@fsxbhyy fsxbhyy closed this Jan 13, 2024
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.

2 participants