use const_ and mutable_ data_ptr for much of torch/csrc/jit/runtime/static/ops.cpp (#100678)
use const_ and mutable_ data_ptr for much of torch/csrc/jit/runtime/static/ops.cpp
Summary:
We can't address the TEWrapper cases yet because it erases all
arguments to mutable void*.
Test Plan: Rely on CI.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/100678
Approved by: https://github.com/ezyang