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

Merge layer test cases #313

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

therealansh
Copy link
Contributor

@therealansh therealansh commented Dec 17, 2021

This PR closes #276 . This is a WIP right now. The tests covers the following layers:

  • Add
  • Subtract
  • Average
  • Concate
  • Maximum
  • Minimum
  • Multiply
  • Dot

This PR also fixes minor bug in Dot layer. @zaleslaw i'll need some initial reviews/suggestions on some sort of abstraction for MergeLayerTest as it does not inherit the LayerTest but makes use of mostly every method in it. The only difference is getInputOp.

@therealansh therealansh changed the title [WIP] Merge layer test cases Merge layer test cases Jan 15, 2022
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 Merge Layer Test Cases
1 participant