pytorch/tools/autograd
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
..
templates Autogen Tags enum, and allow specifying tags while defining an op 2022-06-11 00:29:32 +00:00
__init__.py remediation of S205607 2020-07-17 17:19:47 -07:00
BUCK.oss Autogen Tags enum, and allow specifying tags while defining an op 2022-06-11 00:29:32 +00:00
BUILD.bazel port Bazel //tools/autograd to shared build structure 2022-04-14 07:40:49 +00:00
build.bzl Rename tools/codegen to torchgen (#76275) 2022-04-25 01:38:06 +00:00
context.py Rename tools/codegen to torchgen (#76275) 2022-04-25 01:38:06 +00:00
deprecated.yaml
derivatives.yaml Add offsets-based reduction to segment_reduce (CPU, CUDA) 2022-06-11 17:43:42 +00:00
gen_annotated_fn_args.py Revert "Revert "Allow specifying tags for aten operators in native_functions.yaml"" 2022-04-28 02:04:57 +00:00
gen_autograd_functions.py Revert "functionalization: add support for zero_()" 2022-04-26 19:27:27 +00:00
gen_autograd.py Revert "Revert "Allow specifying tags for aten operators in native_functions.yaml"" 2022-04-28 02:04:57 +00:00
gen_inplace_or_view_type.py Add ccol_indices and row_indices methods. 2022-05-16 00:23:54 +00:00
gen_python_functions.py Autogen Tags enum, and allow specifying tags while defining an op 2022-06-11 00:29:32 +00:00
gen_trace_type.py [test] attempt to functionalize ops with mutable positional-only args 2022-05-19 18:50:34 +00:00
gen_variable_factories.py Revert "Revert "Allow specifying tags for aten operators in native_functions.yaml"" 2022-04-28 02:04:57 +00:00
gen_variable_type.py Simplify and optimize linalg.solve 2022-06-11 04:06:40 +00:00
load_derivatives.py Put symint overloads on a different name 2022-06-12 14:36:39 +00:00
README.md

If you add a file to this directory, you MUST update torch/CMakeLists.txt and add the file as a dependency to the add_custom_command call.