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] Allow relay.full to output scalar when using vm #6192

Closed
wants to merge 1 commit into from

Conversation

lixiaoquan
Copy link
Contributor

@lixiaoquan lixiaoquan commented Aug 3, 2020

cc @icemelon9 @kevinthesun Please take a look, thanks.

@@ -302,13 +302,6 @@ class VMFunctionCompiler : ExprFunctor<void(const Expr& expr)> {
void VisitExpr_(const ConstantNode* const_node) {
// Check the shape is valid
NDArray data = const_node->data;
const DLTensor* tensor = data.operator->();
Copy link
Member

Choose a reason for hiding this comment

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

Why delete this code?

@tqchen tqchen changed the base branch from master to main October 11, 2020 18:27
@lixiaoquan
Copy link
Contributor Author

Close it since it is solved by #6700

@lixiaoquan lixiaoquan closed this Nov 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants