Skip to content

Conversation

StrycekSimon
Copy link
Collaborator

@StrycekSimon StrycekSimon commented Jul 31, 2025

Summary

Adds implementation of converter and quantization pattern for aten.sigmoid operator.

Test plan

Unit tests that covers Sigmoid operator were added.

cc @robert-kalmar

Copy link

pytorch-bot bot commented Jul 31, 2025

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/13041

Note: Links to docs will display an error until the docs builds have been completed.

⏳ No Failures, 1 Pending

As of commit c711ad0 with merge base 468f95d (image):
💚 Looks good so far! There are no failures yet. 💚

This comment was automatically generated by Dr. CI and updates every 15 minutes.

@meta-cla meta-cla bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Jul 31, 2025
@StrycekSimon StrycekSimon force-pushed the upstream/main-nxp/EIEX-401-upstream-sigmoid-operator branch from 5a9f714 to c711ad0 Compare July 31, 2025 14:03
@StrycekSimon
Copy link
Collaborator Author

@pytorchbot label "release notes: nxp"

@pytorch-bot pytorch-bot bot added the release notes: nxp Changes to the NXP Neutron backend delegate label Jul 31, 2025
@robert-kalmar robert-kalmar self-requested a review August 4, 2025 08:29
return True

def convert(self, node: Node):
self.assert_convertible(node)
Copy link
Collaborator

Choose a reason for hiding this comment

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

Unrelated change, but OK.

@robert-kalmar robert-kalmar merged commit a42c8f4 into pytorch:main Aug 4, 2025
102 of 103 checks passed
@robert-kalmar robert-kalmar deleted the upstream/main-nxp/EIEX-401-upstream-sigmoid-operator branch August 4, 2025 09:41
agrima1304 pushed a commit to agrima1304/executorch that referenced this pull request Aug 26, 2025
### Summary

Adds implementation of converter and quantization pattern for
`aten.sigmoid` operator.

### Test plan

Unit tests that covers Sigmoid operator were added.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. release notes: nxp Changes to the NXP Neutron backend delegate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants