pytorch/torch/_C
Edward Z. Yang fd5ac1e6b5 Rename SymbolicIntNode to SymIntNodeImpl (#82350)
Done via

```
git grep -l 'SymbolicIntNode' | xargs sed -i 's/SymbolicIntNode/SymIntNodeImpl/g'
```

Reasoning for the change:

* Sym is shorter than Symbolic, and consistent with SymInt
* You usually will deal in shared_ptr<...>, so we're going to
  reserve the shorter name (SymIntNode) for the shared pointer.

But I don't want to update the Python name, so afterwards I ran

```
 git grep -l _C.SymIntNodeImpl | xargs sed -i 's/_C.SymIntNodeImpl/_C.SymIntNode/'
```

and manually fixed up the binding code

Signed-off-by: Edward Z. Yang <ezyang@fb.com>
Pull Request resolved: https://github.com/pytorch/pytorch/pull/82350
Approved by: https://github.com/Krovatkin
2022-07-28 18:27:45 +00:00
..
__init__.pyi.in Rename SymbolicIntNode to SymIntNodeImpl (#82350) 2022-07-28 18:27:45 +00:00
_autograd.pyi [Profiler] Add speedup estimate for FP32 pattern and Extra CUDA Copy Pattern (#81501) 2022-07-22 23:26:26 +00:00
_cudnn.pyi Lint trailing newlines (#54737) 2021-03-30 13:09:52 -07:00
_distributed_autograd.pyi Add Python declaration of torch._C and torch._C._autograd modules. (#46622) 2020-11-06 01:25:47 -08:00
_distributed_c10d.pyi [PFC] Native UCC process group for Pytorch (#79918) 2022-07-12 14:45:44 +00:00
_distributed_rpc_testing.pyi Remove ProcessGroup from TensorPipeAgent initialization (#68128) 2021-11-11 12:28:55 -08:00
_distributed_rpc.pyi Add optional timeout argument for RpcAgent join() (#76194) 2022-05-03 01:10:17 +00:00
_functions.pyi Lint trailing newlines (#54737) 2021-03-30 13:09:52 -07:00
_itt.pyi Enable Intel® VTune™ Profiler's Instrumentation and Tracing Technology APIs (ITT) to PyTorch (#63289) 2022-07-13 13:50:15 +00:00
_lazy_ts_backend.pyi Dynamo+LTC: merging related code from staging branch to master (#75046) 2022-04-02 00:23:15 +00:00
_lazy.pyi python bindings for create_metric_report (#79679) 2022-07-06 20:06:17 +00:00
_monitor.pyi torch/monitor: merge Interval and FixedCount stats (#72009) 2022-01-30 23:21:59 +00:00
_nn.pyi.in Enable fp32/bf16 PRelu forward and backward in MkldnnCPU path (#60427) 2022-05-10 17:29:11 +00:00
_nvtx.pyi [PyTorch] Support NVTX range_start and range_end (#70030) 2022-02-07 17:31:57 +00:00
_onnx.pyi Allow caffe2-specific graph transformations for OperatorExportTypes.ONNX_ATEN_FALLBACK when BUILD_CAFFE2 is ON (#67460) (#68490) 2022-02-10 03:26:48 +00:00
_VariableFunctions.pyi.in Introducing SymInt to Pytorch (for tracing size arithmetic) (master rebase) (#74861) 2022-03-31 21:59:59 +00:00
_verbose.pyi [RFC] enable oneMKL&oneDNN on-demands verbose functinality (#63212) 2022-07-27 23:29:35 +00:00
build.bzl Make all .pyi.in files exportable from torch/_C/ folder (#74962) 2022-03-31 12:54:14 +00:00
return_types.pyi.in Add typing for torch.return_type 2022-03-29 02:17:21 +00:00