Skip to content

Conversation

ruoqianguo
Copy link
Contributor

Signed-off-by: Ruoqian Guo ruoqiang@nvidia.com

Description

Support converters:

  • aten::replication_pad1d(Tensor self, int[2] padding) -> (Tensor)

  • aten::replication_pad2d(Tensor self, int[4] padding) -> (Tensor)

  • aten::replication_pad3d(Tensor self, int[6] padding) -> (Tensor)

Fixes #272

Type of change

Please delete options that are not relevant and/or add your own.

  • New feature (non-breaking change which adds functionality)

Checklist:

  • My code follows the style guidelines of this project (You can use the linters)
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas and hacks
  • I have made corresponding changes to the documentation
  • I have added tests to verify my fix or my feature
  • New and existing unit tests pass locally with my changes

Signed-off-by: Ruoqian Guo <ruoqiang@nvidia.com>
Copy link
Collaborator

@narendasan narendasan left a comment

Choose a reason for hiding this comment

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

lgtm

@narendasan narendasan merged commit eea344d into pytorch:master Apr 8, 2021
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.

↔ [Converter] Add support for replication_pad in TRTorch
2 participants