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

[relay][op] add expand op (from ONNX) to relay frontend #4483

Merged
merged 5 commits into from
Dec 18, 2019
Merged

[relay][op] add expand op (from ONNX) to relay frontend #4483

merged 5 commits into from
Dec 18, 2019

Commits on Dec 17, 2019

  1. Add Expand to onnx.py

    tkclimb committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    4fc444c View commit details
    Browse the repository at this point in the history
  2. add test function for expand

    tkclimb committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    15a556d View commit details
    Browse the repository at this point in the history
  3. Fix a onnx frontend test

    tkclimb committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    239cfd8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2e49fc1 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2019

  1. Cleaned up some unnecessary modifications.

    tkclimb committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    453f312 View commit details
    Browse the repository at this point in the history