make torch/csrc/jit/backends/coreml/objc/PTMCoreMLFeatureProvider.mm data_ptr-correct (#100886)
make torch/csrc/jit/backends/coreml/objc/PTMCoreMLFeatureProvider.mm data_ptr-correct
Summary:
https://developer.apple.com/documentation/coreml/mlmultiarray shows
that this is looking for a mutable input and is permitted to mutate
the data in subsequent operations.
Test Plan: Rely on CI.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/100886
Approved by: https://github.com/Skylion007