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 a combine batch_matmul pass #5791

Merged
merged 2 commits into from
Jun 17, 2020
Merged

Commits on Jun 12, 2020

  1. Add a combine batch_matmul pass

    Contrary what you might expect, this doesn't share as much code with
    the combine dense pass as it does with the combine 2d conv pass.
    This is because it concatenates the "output feature" dimensions.
    t-vi committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    4161dc0 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2020

  1. fix docstring

    t-vi committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    277fa0a View commit details
    Browse the repository at this point in the history