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

Support fusing 3D Conv with Add/Mul. #23

Merged
merged 5 commits into from
Dec 3, 2018
Merged

Commits on Nov 30, 2018

  1. Support fusing 3D Conv with Add/Mul.

    With this PR, the subgraph 3D Conve->Add->Mul in Resnet3D can be fused into one 3D Conv.
    weixingzhang committed Nov 30, 2018
    Configuration menu
    Copy the full SHA
    4a52868 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    639d035 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7f5cff3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a01f92e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5f87427 View commit details
    Browse the repository at this point in the history