pytorch/torch/csrc/utils
Horace He bbbfbbeddc Added "dump ops" API to return ops instead of print (#78995)
Useful to use for grabbing info instead of the hacky "redirect C++ output" stuff I currently do.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/78995
Approved by: https://github.com/ezyang
2022-06-07 05:19:07 +00:00
..
auto_gil.h
byte_order.cpp
byte_order.h
cpp_stacktraces.cpp
cpp_stacktraces.h
cuda_enabled.h
cuda_lazy_init.cpp
cuda_lazy_init.h
disable_torch_function.cpp
disable_torch_function.h
disallow_copy.h
init.cpp Remove breakpad dependency 2022-05-03 20:21:55 +00:00
init.h Remove breakpad dependency 2022-05-03 20:21:55 +00:00
invalid_arguments.cpp
invalid_arguments.h
memory.h
numpy_stub.h
object_ptr.cpp
object_ptr.h
out_types.cpp
out_types.h
pybind.h
pycfunction_helpers.h
python_arg_parser.cpp Change no_torch_function_mode to StashTorchFunctionModeGuard 2022-05-06 14:12:18 +00:00
python_arg_parser.h Add slow path for device 2022-05-24 21:56:01 +00:00
python_compat.h
python_dispatch.cpp Added "dump ops" API to return ops instead of print (#78995) 2022-06-07 05:19:07 +00:00
python_dispatch.h
python_numbers.h
python_scalars.h
python_strings.h
python_stub.h
python_torch_function_mode.h Change no_torch_function_mode to StashTorchFunctionModeGuard 2022-05-06 14:12:18 +00:00
python_tuples.h
six.h
structseq.cpp [lint] preparatory changes for mass clang-format 2022-06-06 23:49:45 +00:00
structseq.h
tensor_apply.cpp
tensor_apply.h
tensor_dtypes.cpp
tensor_dtypes.h
tensor_flatten.cpp
tensor_flatten.h
tensor_layouts.cpp
tensor_layouts.h
tensor_list.cpp
tensor_list.h
tensor_memoryformats.cpp Fix optional dtype/layout/memory_format pycall; fix memory format 2022-05-16 16:46:08 +00:00
tensor_memoryformats.h Fix optional dtype/layout/memory_format pycall; fix memory format 2022-05-16 16:46:08 +00:00
tensor_new.cpp move Functionalize dispatch key closer to backends 2022-05-26 16:15:43 +00:00
tensor_new.h Factory functions for sparse CSC, BSR, and BSC tensors 2022-05-04 03:30:41 +00:00
tensor_numpy.cpp ENH: Add a force argument to numpy() (#78564) 2022-06-06 14:14:17 +00:00
tensor_numpy.h ENH: Add a force argument to numpy() (#78564) 2022-06-06 14:14:17 +00:00
tensor_qschemes.cpp
tensor_qschemes.h
tensor_types.cpp Add new PrivateUse1 DeviceType for non-public devices (#77208) 2022-05-13 16:03:27 +00:00
tensor_types.h
throughput_benchmark-inl.h
throughput_benchmark.cpp
throughput_benchmark.h
torch_dispatch_mode.h add nested mode to python mode 2022-05-04 13:01:06 +00:00
variadic.cpp
variadic.h