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

feat: basic support for ConvTranspose lowering to tosa. #14

Open
wants to merge 1 commit into
base: feature/onnx-to-tosa
Choose a base branch
from

Conversation

ttjost
Copy link

@ttjost ttjost commented Nov 13, 2023

No description provided.

@@ -186,12 +186,99 @@ class ONNXConvOpLoweringToTOSA : public ConversionPattern {
int64_t groupedConvThreshold;
};

class ONNXConvTransposeOpLoweringToTOSA : public ConversionPattern {

Choose a reason for hiding this comment

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

This looks super similar to the normal conv2d. Is it possible to create a template and handle both at the same time?

@ehsan-toosi ehsan-toosi force-pushed the tiagot.support_for_convtranspose branch from a2a6794 to 42bfd0a Compare July 25, 2024 13:35
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