pytorch/torch/csrc/jit/python
rzou ae72607e5f Add way to determine which overload an OpOverloadPacket will resolve to (#112199)
The types are a bit weird (we accept and return a string) because there
is not really a notion of OpOverloadPacket vs OpOverload in C++.

Test Plan:
- new test
Pull Request resolved: https://github.com/pytorch/pytorch/pull/112199
Approved by: https://github.com/ezyang
ghstack dependencies: #112198
2023-10-29 15:36:14 +00:00
..
init.cpp Add way to determine which overload an OpOverloadPacket will resolve to (#112199) 2023-10-29 15:36:14 +00:00
init.h [BE] [3/N] Use nested namespaces (#110314) 2023-09-30 02:23:48 +00:00
module_python.h [BE] [3/N] Use nested namespaces (#110314) 2023-09-30 02:23:48 +00:00
pybind_utils.cpp Move overloaded_args from FunctionSignature to PythonArgs (#106983) 2023-08-16 15:59:26 +00:00
pybind_utils.h [BE] [3/N] Use nested namespaces (#110314) 2023-09-30 02:23:48 +00:00
pybind.h [BE] [3/N] Use nested namespaces (#110314) 2023-09-30 02:23:48 +00:00
python_arg_flatten.cpp [ONNX] Fix memory leak when exporting models (#107244) 2023-08-17 22:15:28 +00:00
python_arg_flatten.h [BE] [3/N] Use nested namespaces (#110314) 2023-09-30 02:23:48 +00:00
python_custom_class.cpp
python_custom_class.h [BE] [3/N] Use nested namespaces (#110314) 2023-09-30 02:23:48 +00:00
python_dict.cpp
python_dict.h [BE] [3/N] Use nested namespaces (#110314) 2023-09-30 02:23:48 +00:00
python_interpreter.cpp
python_ir.cpp
python_ir.h [BE] [3/N] Use nested namespaces (#110314) 2023-09-30 02:23:48 +00:00
python_ivalue.h [BE] [3/N] Use nested namespaces (#110314) 2023-09-30 02:23:48 +00:00
python_list.cpp
python_list.h [BE] [3/N] Use nested namespaces (#110314) 2023-09-30 02:23:48 +00:00
python_sugared_value.cpp
python_sugared_value.h [BE] [3/N] Use nested namespaces (#110314) 2023-09-30 02:23:48 +00:00
python_tracer.cpp
python_tracer.h [BE] [3/N] Use nested namespaces (#110314) 2023-09-30 02:23:48 +00:00
python_tree_views.cpp
python_tree_views.h [BE] [3/N] Use nested namespaces (#110314) 2023-09-30 02:23:48 +00:00
script_init.cpp Add regex matching to Inductor all2all collective unit tests (#112077) 2023-10-26 08:29:30 +00:00
script_init.h [BE] [3/N] Use nested namespaces (#110314) 2023-09-30 02:23:48 +00:00
update_graph_executor_opt.cpp
update_graph_executor_opt.h [BE] [3/N] Use nested namespaces (#110314) 2023-09-30 02:23:48 +00:00
utf8_decoding_ignore.cpp
utf8_decoding_ignore.h [BE] [3/N] Use nested namespaces (#110314) 2023-09-30 02:23:48 +00:00