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 to Onnx Conversion] Fixed relay.var initialization #8322

Merged
merged 1 commit into from
Jun 25, 2021
Merged

[Relay to Onnx Conversion] Fixed relay.var initialization #8322

merged 1 commit into from
Jun 25, 2021

Conversation

schilkunda-amba
Copy link
Contributor

  • Fixed issue in bias variable initialization, by passing arg name (shape)
  • This occurs in test_biasadd method while testing relay to onnx conversion

Thanks for contributing to TVM! Please refer to guideline https://tvm.apache.org/docs/contribute/ for useful information and tips. After the pull request is submitted, please request code reviews from Reviewers by @ them in the pull request thread.

* Fixed issue in bias variable initialization by passing arg name (shape)
Copy link
Contributor

@trevor-m trevor-m left a comment

Choose a reason for hiding this comment

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

LGTM, thanks @schilkunda-amba

@trevor-m trevor-m self-assigned this Jun 24, 2021
@masahi masahi merged commit 5177729 into apache:main Jun 25, 2021
@schilkunda-amba schilkunda-amba deleted the test_biasadd_fix branch June 25, 2021 20:48
ylc pushed a commit to ylc/tvm that referenced this pull request Sep 29, 2021
…e#8322)

* Fixed issue in bias variable initialization by passing arg name (shape)
zxy844288792 pushed a commit to zxy844288792/tvm that referenced this pull request Mar 4, 2022
…e#8322)

* Fixed issue in bias variable initialization by passing arg name (shape)
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.

3 participants