pytorch/torch/csrc/jit/runtime
Yuanyuan Chen e2dc32f4ba Replace decltype(auto) with auto (#166537)
This PR replaces `decltype(auto)` with `auto` for C++ return type deduction and simplifies some templates.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/166537
Approved by: https://github.com/Skylion007
2025-11-01 00:30:23 +00:00
..
interpreter
static [2/N] Mark unused parameters in C++ code (#165121) 2025-10-15 03:04:39 +00:00
argument_spec.cpp
argument_spec.h
autodiff.cpp
autodiff.h
calculate_necessary_args.h
custom_operator.h
decomposition_registry_util.cpp
decomposition_registry_util.h
decomposition_registry.cpp
decomposition_registry.h
exception_message.h
graph_executor_impl.h
graph_executor.cpp
graph_executor.h
graph_iterator.h
instruction.cpp
instruction.h [2/N] Fix clang-tidy readability checks (#164652) 2025-10-06 01:06:01 +00:00
interpreter.cpp
interpreter.h
jit_exception.cpp
jit_exception.h
jit_trace.cpp [2/N] Mark unused parameters in C++ code (#165121) 2025-10-15 03:04:39 +00:00
jit_trace.h
logging.cpp Better error handling in torch/csrc/jit/runtime/* (#165118) 2025-10-21 15:22:49 +00:00
logging.h
operator_options.h
operator.cpp
operator.h
print_handler.cpp
print_handler.h
profiling_graph_executor_impl.cpp
profiling_graph_executor_impl.h
profiling_record.cpp
profiling_record.h [2/N] Mark unused parameters in C++ code (#165121) 2025-10-15 03:04:39 +00:00
register_c10_ops.cpp
register_cuda_ops.cpp
register_distributed_ops.cpp
register_ops_utils.cpp Better error handling in torch/csrc/jit/runtime/* (#165118) 2025-10-21 15:22:49 +00:00
register_ops_utils.h Replace decltype(auto) with auto (#166537) 2025-11-01 00:30:23 +00:00
register_prim_ops_fulljit.cpp
register_prim_ops.cpp Better error handling in torch/csrc/jit/runtime/* (#165118) 2025-10-21 15:22:49 +00:00
register_special_ops.cpp
script_profile.cpp
script_profile.h [2/N] Mark unused parameters in C++ code (#165121) 2025-10-15 03:04:39 +00:00
serialized_shape_function_registry.cpp
serialized_shape_function_registry.h
shape_function_registry.h
simple_graph_executor_impl.cpp
simple_graph_executor_impl.h
slice_indices_adjust.cpp
slice_indices_adjust.h
symbolic_script.cpp
symbolic_script.h
symbolic_shape_registry_util.cpp Revert "[BC-Breaking] Remove long-deprecated casting functions from native_functions.yaml (#164641)" 2025-10-09 15:42:51 +00:00
symbolic_shape_registry_util.h
symbolic_shape_registry.cpp
symbolic_shape_registry.h
vararg_functions.cpp
vararg_functions.h
variable_tensor_list.h