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 mygrad.repeat operation #171

Merged
merged 6 commits into from
Dec 13, 2019
Merged

Add mygrad.repeat operation #171

merged 6 commits into from
Dec 13, 2019

Conversation

rsokl
Copy link
Owner

@rsokl rsokl commented Dec 13, 2019

closes #169

@codecov-io
Copy link

codecov-io commented Dec 13, 2019

Codecov Report

Merging #171 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #171   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          39     41    +2     
  Lines        2065   2108   +43     
=====================================
+ Hits         2065   2108   +43
Impacted Files Coverage Δ
mygrad/tensor_manip/tiling/ops.py 100% <100%> (ø)
mygrad/__init__.py 100% <100%> (ø) ⬆️
mygrad/tensor_manip/tiling/funcs.py 100% <100%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 94d67bc...9569205. Read the comment docs.

@rsokl rsokl changed the title Repeat Add mygrad.repeat operation Dec 13, 2019
Copy link
Collaborator

@davidmascharka davidmascharka left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, works great

img

@rsokl
Copy link
Owner Author

rsokl commented Dec 13, 2019

Hahaha best PR feedback ever 😄

@rsokl rsokl merged commit 0d314b9 into master Dec 13, 2019
@rsokl rsokl deleted the repeat branch December 13, 2019 19:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for repeat
3 participants