Skip to content

Do type checking for the input and kernel in the qnn conv2d - #3904

Merged
zhiics merged 4 commits into
apache:masterfrom
anijain2305:qnn_conv2d
Sep 12, 2019
Merged

Do type checking for the input and kernel in the qnn conv2d#3904
zhiics merged 4 commits into
apache:masterfrom
anijain2305:qnn_conv2d

Conversation

@shoubhik

Copy link
Copy Markdown
Contributor

The privous commit #3580 did not have the data type checks needed for qnn conv2d. Existing test cases are passing.

@shoubhik

Copy link
Copy Markdown
ContributorAuthor

@anijain2305 can you verify the checks.

@anijain2305anijain2305 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Thanks @shoubhik for boosting the type checking. Indeed I missed the checks.
Left few comments.

Tagging others for merge assignment - @zhiics@vinx13

Comment threadsrc/relay/qnn/op/convolution.cc Outdated
Comment threadsrc/relay/qnn/op/convolution.cc Outdated
Comment threadsrc/relay/qnn/op/convolution.cc Outdated
Comment threadsrc/relay/qnn/op/convolution.cc
@shoubhik

Copy link
Copy Markdown
ContributorAuthor

@zhiics@vinx13 can you take a look at this PR.

@zhiicszhiics left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

LGTM

@anijain2305

Copy link
Copy Markdown
Contributor

@vinx13 can this be merged?

@anijain2305

Copy link
Copy Markdown
Contributor

@zhiics can this be merged?

@zhiics
zhiics merged commit 880c260 into apache:masterSep 12, 2019
wweic pushed a commit to wweic/tvm that referenced this pull request Sep 16, 2019
)
* [QNN] Convolution 2D Implementation.
Rebasing. Empty commit.
Clang-format styling.
* Reformatting code.
* Fixing lint issues.
wweic pushed a commit to wweic/tvm that referenced this pull request Sep 16, 2019
)
* [QNN] Convolution 2D Implementation.
Rebasing. Empty commit.
Clang-format styling.
* Reformatting code.
* Fixing lint issues.
wweic pushed a commit to neo-ai/tvm that referenced this pull request Sep 16, 2019
)
* [QNN] Convolution 2D Implementation.
Rebasing. Empty commit.
Clang-format styling.
* Reformatting code.
* Fixing lint issues.
@anijain2305
anijain2305 deleted the qnn_conv2d branch November 13, 2019 00:30
Sign up for freeto 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

@shoubhik@anijain2305@zhiics@kevinthesun