pytorch
213a8fc9 - Put symint overloads on a different name

Commit
3 years ago
Put symint overloads on a different name Due to implicit conversion shenanigans, having both IntArrayRef and SymIntArrayRef overloads makes {} ambiguous. While we could fix this by making a single unified type that accepts all the overloads we want, an easier fix was to just push the SymIntArrayRef overload to its own name. Signed-off-by: Edward Z. Yang <ezyangfb.com> Pull Request resolved: https://github.com/pytorch/pytorch/pull/79281 Approved by: https://github.com/suo
Author
Committer
Parents
  • aten/src/ATen/native
    • File
      TensorShape.cpp
  • test/cpp
    • jit
      • File
        test_misc.cpp
    • lazy
      • File
        test_lazy_ops.cpp
  • tools/autograd
    • File
      load_derivatives.py
  • torch/csrc/lazy/core
    • File
      shape_inference.cpp
    • File
      shape_inference.h
  • torchgen
    • api
      • File
        cpp.py
    • File
      model.py
Loading