-
Notifications
You must be signed in to change notification settings - Fork 682
PyTorch copy_ operation #918
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
Labels
feature request
Functionality does not currently exist, would need to be created as a new feature (type)
PyTorch (traced)
Comments
Does that solution work? I can send a pull request. |
You're more than welcome to put up a fix! |
Yes. Trying it and sending a PR |
vidursatija
added a commit
to vidursatija/coremltools
that referenced
this issue
Oct 6, 2020
aseemw
added a commit
that referenced
this issue
Oct 6, 2020
PR Merged. Thanks @vidursatija! |
vidursatija
added a commit
to vidursatija/coremltools
that referenced
this issue
Oct 10, 2020
TobyRoseman
pushed a commit
to vidursatija/coremltools
that referenced
this issue
Sep 2, 2022
TobyRoseman
pushed a commit
to vidursatija/coremltools
that referenced
this issue
Nov 9, 2022
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Labels
feature request
Functionality does not currently exist, would need to be created as a new feature (type)
PyTorch (traced)
🌱 Describe your Feature Request
Lack of copy_ operation conversion from PyTorch to CoreML
4.0b3
Yes
Use cases
Copying tensors for general machine learning use cases
OR
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Reshaping the source array because the reshape operation is implemented.
Additional context
Add any other context or screenshots about the feature request here.
I've used the following piece of code to convert copy operations:
The text was updated successfully, but these errors were encountered: