-
Notifications
You must be signed in to change notification settings - Fork 657
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
Add test for copy_ op #957 #962
base: main
Are you sure you want to change the base?
Conversation
Rebased change and kicked off a CI run: https://gitlab.com/coremltools1/coremltools/-/pipelines/630204718 |
@@ -4759,3 +4759,14 @@ def forward(self, x): | |||
backend=backend, | |||
converter_input_type=converter_input_type, | |||
) | |||
|
|||
|
|||
class TestCopy: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This line should be class TestCopy(TorchBaseTest):
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM besides Toby's comment.
This is the test for the torch copy_ op from #918