-
Notifications
You must be signed in to change notification settings - Fork 682
Add test for copy_ op #957 #962
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
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