pytorch/torch/csrc/jit/python
Mengwei Liu 6676193b5e [frontend] Expose real_type getter for torch.Argument (#91938)
Exposing an API to get real_type from an Argument. This is useful for Argument types such as SymInt.

Differential Revision: [D42425661](https://our.internmc.facebook.com/intern/diff/D42425661/)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/91938
Approved by: https://github.com/ezyang
2023-01-12 01:26:50 +00:00
..
init.cpp [frontend] Expose real_type getter for torch.Argument (#91938) 2023-01-12 01:26:50 +00:00
init.h
module_python.h Improve torch::jit::as_{module,object} performance (#84399) 2022-09-07 16:58:28 +00:00
pybind_utils.cpp Add missing overload for ivalue toSym(Int|Float) (#91405) 2022-12-28 11:07:37 +00:00
pybind_utils.h Python Script Object to IValue (#91776) 2023-01-11 23:06:57 +00:00
pybind.h
python_arg_flatten.cpp
python_arg_flatten.h
python_custom_class.cpp Revert "Deduplicate c10 error and PyTorchError hierarchy (#87855)" 2023-01-06 19:56:35 +00:00
python_custom_class.h
python_dict.cpp
python_dict.h
python_interpreter.cpp
python_ir.cpp [ONNX] Support constant 'aten::__contains__' (#91660) 2023-01-06 01:39:32 +00:00
python_ir.h
python_ivalue.h
python_list.cpp
python_list.h
python_sugared_value.cpp Apply modernize-use-emplace to aten, c10, torch (#91077) 2022-12-19 07:49:56 +00:00
python_sugared_value.h
python_tracer.cpp Clang-Tidy: use modern for each loops and transparent functors (#91449) 2022-12-29 23:37:51 +00:00
python_tracer.h Support unpacking python dictionary in torch.jit.trace() (#81623) 2022-10-15 05:33:09 +00:00
python_tree_views.cpp
python_tree_views.h
script_init.cpp Revert "Deduplicate c10 error and PyTorchError hierarchy (#87855)" 2023-01-06 19:56:35 +00:00
script_init.h
update_graph_executor_opt.cpp
update_graph_executor_opt.h