pytorch/torchgen/api
Edward Z. Yang 213a8fc992 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
2022-06-12 14:36:39 +00:00
..
__init__.py
autograd.py [test] attempt to functionalize ops with mutable positional-only args 2022-05-19 18:50:34 +00:00
cpp.py Put symint overloads on a different name 2022-06-12 14:36:39 +00:00
dispatcher.py
functionalization.py
lazy.py Codegen Non-Native IR Nodes (#76535) 2022-05-24 19:29:23 +00:00
meta.py
native.py
python.py
structured.py Add support to Tensor[]? for structured kernel codegen. 2022-05-06 14:24:18 +00:00
translate.py [test] attempt to functionalize ops with mutable positional-only args 2022-05-19 18:50:34 +00:00
types.py Port index.Tensor to structured kernels. 2022-06-10 17:27:47 +00:00
ufunc.py
unboxing.py Revert "functionalization: add support for zero_()" 2022-04-26 19:27:27 +00:00