pytorch/torch/csrc/utils
Alban Desmaison 02ae9a1583 add TypeError to c10 and fix segfault in error checking in Tensor constructor (#40106)
Summary:
As per title.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/40106

Differential Revision: D22137193

Pulled By: albanD

fbshipit-source-id: 11d059263c00a834211f016bd9a9e18fdc0437ef
2020-06-22 13:42:44 -07:00
..
auto_gil.h
byte_order.cpp Python API for Complex Storage and storage copy logic (#35771) 2020-05-01 11:47:22 -07:00
byte_order.h Python API for Complex Storage and storage copy logic (#35771) 2020-05-01 11:47:22 -07:00
cuda_enabled.h
cuda_lazy_init.cpp
cuda_lazy_init.h
disallow_copy.h
future.h [Futures] Allow setErrorIfNeeded arg to have type FutureError (#39113) 2020-06-01 18:30:34 -07:00
hash.h
init.cpp ThroughputBenchmark: integration with Autograd Profiler (#36282) 2020-04-13 08:53:40 -07:00
init.h
invalid_arguments.cpp
invalid_arguments.h
memory.h
numpy_stub.h
object_ptr.cpp
object_ptr.h
pybind.h pybind11 type_caster for at::Generator and custom RNG python test (#34774) 2020-03-22 10:57:35 -07:00
python_arg_parser.cpp Fix missing deprecation warning for Tensor.nonzero(). (#40187) 2020-06-19 09:24:48 -07:00
python_arg_parser.h Remove (most) Python 2 support from C++ code (#35614) 2020-05-14 15:01:49 -07:00
python_compat.h
python_dispatch.cpp Back out "Revert D21089648: Put TORCH_LIBRARY in torch/library.h; add custom class API" 2020-04-22 09:18:23 -07:00
python_dispatch.h [RELAND] New operator registration API (#35061) (#35629) 2020-03-29 19:48:29 -07:00
python_numbers.h Fix overflow issues when unpacking large numbers (#39140) 2020-06-04 12:24:24 -07:00
python_scalars.h Fix the issue that PyTorch doesn't construct bool tensors from non-bo… (#38392) 2020-05-27 13:59:28 -07:00
python_strings.h Remove (most) Python 2 support from C++ code (#35614) 2020-05-14 15:01:49 -07:00
python_stub.h
python_tuples.h
six.h
structseq.cpp Remove structseq_slice (#35625) 2020-05-14 15:03:24 -07:00
structseq.h Remove structseq_slice (#35625) 2020-05-14 15:03:24 -07:00
tensor_apply.cpp
tensor_apply.h
tensor_dtypes.cpp Added type promotion logic for complex numbers (#34093) 2020-03-25 09:12:21 -07:00
tensor_dtypes.h
tensor_flatten.cpp Fix broadcast_coalesce for empty tensors (#35965) 2020-04-08 11:02:11 -07:00
tensor_flatten.h
tensor_layouts.cpp Remove Backend -> THPLayout mapping. (#37527) 2020-04-30 11:11:09 -07:00
tensor_layouts.h
tensor_list.cpp
tensor_list.h
tensor_memoryformats.cpp
tensor_memoryformats.h
tensor_new.cpp add TypeError to c10 and fix segfault in error checking in Tensor constructor (#40106) 2020-06-22 13:42:44 -07:00
tensor_new.h
tensor_numpy.cpp Fix the issue that Bad interaction between no_grad and numpy conversi… (#38906) 2020-05-26 16:18:58 -07:00
tensor_numpy.h
tensor_qschemes.cpp
tensor_qschemes.h
tensor_types.cpp
tensor_types.h
throughput_benchmark-inl.h ThroughputBenchmark: integration with Autograd Profiler (#36282) 2020-04-13 08:53:40 -07:00
throughput_benchmark.cpp [easy] ThroughputBenchmark: make ScriptModuleBenchmark usable from c++ (#35848) 2020-04-02 16:53:49 -07:00
throughput_benchmark.h ThroughputBenchmark: integration with Autograd Profiler (#36282) 2020-04-13 08:53:40 -07:00
variadic.cpp
variadic.h