pytorch/torch/csrc/utils
Konstantin Lopuhin 320c6977c2 Fix PySlice_Unpack not available on PyPy 3.6 yet (#17836)
Summary:
This is one of the fixes needed to support compilation on PyPy 3.6, see https://github.com/pytorch/pytorch/issues/17835
Pull Request resolved: https://github.com/pytorch/pytorch/pull/17836

Differential Revision: D14399404

Pulled By: soumith

fbshipit-source-id: ca650a6e2066aed86ddd3314a95d0cb3c515c633
2019-03-09 20:10:16 -08:00
..
auto_gil.h Canonicalize all includes in PyTorch. (#14849) 2018-12-08 19:38:30 -08:00
cuda_enabled.h Remove NO_* and WITH_* across codebase, except in setup.py (#8555) 2018-06-15 12:29:48 -04:00
cuda_lazy_init.cpp Canonicalize all includes in PyTorch. (#14849) 2018-12-08 19:38:30 -08:00
cuda_lazy_init.h Fix #11430 (CPU only builds raise opaque error message when calling .… (#11533) 2018-09-14 09:10:08 -07:00
disallow_copy.h Move disallow_copy into utils. 2017-09-05 17:48:55 -04:00
hash.h Match parameter names and = default (#9737) 2018-07-30 14:10:00 -07:00
invalid_arguments.cpp Enable performance-unnecessary-value-param in .clang-tidy (#15026) 2018-12-13 16:15:35 -08:00
invalid_arguments.h Canonicalize all includes in PyTorch. (#14849) 2018-12-08 19:38:30 -08:00
memory.h [C++ API] Remove virtual forward and implement Sequential based on Any(Module) (#7508) 2018-05-24 12:46:51 -07:00
numpy_stub.h Canonicalize all includes in PyTorch. (#14849) 2018-12-08 19:38:30 -08:00
object_ptr.cpp Canonicalize all includes in PyTorch. (#14849) 2018-12-08 19:38:30 -08:00
object_ptr.h Canonicalize all includes in PyTorch. (#14849) 2018-12-08 19:38:30 -08:00
pybind.h Rename IntList to IntArrayRef. (#16751) 2019-02-05 14:54:34 -08:00
python_arg_parser.cpp Replace tensor.type().scalarType() calls with tensor.scalar_type() 2019-03-08 14:08:18 -08:00
python_arg_parser.h Rename IntList to IntArrayRef. (#16751) 2019-02-05 14:54:34 -08:00
python_compat.h Fix PySlice_Unpack not available on PyPy 3.6 yet (#17836) 2019-03-09 20:10:16 -08:00
python_numbers.h Canonicalize all includes in PyTorch. (#14849) 2018-12-08 19:38:30 -08:00
python_scalars.h Canonicalize all includes in PyTorch. (#14849) 2018-12-08 19:38:30 -08:00
python_strings.h Canonicalize all includes in PyTorch. (#14849) 2018-12-08 19:38:30 -08:00
python_stub.h Bag of clang tidy fixes for torch/csrc/ and torch/csrc/autograd (#11050) 2018-09-05 19:55:50 -07:00
python_tuples.h Canonicalize all includes in PyTorch. (#14849) 2018-12-08 19:38:30 -08:00
six.h Customize the printing of namedtuple return (#17136) 2019-02-28 13:07:26 -08:00
structseq.cpp Customize the printing of namedtuple return (#17136) 2019-02-28 13:07:26 -08:00
structseq.h Customize the printing of namedtuple return (#17136) 2019-02-28 13:07:26 -08:00
tensor_apply.cpp Replace tensor.type().scalarType() calls with tensor.scalar_type() 2019-03-08 14:08:18 -08:00
tensor_apply.h Canonicalize all includes in PyTorch. (#14849) 2018-12-08 19:38:30 -08:00
tensor_dtypes.cpp Bool tensor. Part 0: Boolean storage implementation (#16810) 2019-02-19 08:22:13 -08:00
tensor_dtypes.h Add numpy-style dtypes to Variable factories. (#5245) 2018-02-20 11:04:14 -05:00
tensor_flatten.cpp Canonicalize all includes in PyTorch. (#14849) 2018-12-08 19:38:30 -08:00
tensor_flatten.h Include ATen/core/functional.h directly instead of torch/csrc/utils/functional.h. (#16377) 2019-01-30 14:02:34 -08:00
tensor_layouts.cpp Register layout for XLA backend. 2019-02-12 13:44:07 -08:00
tensor_layouts.h Introduce torch.layout and split layout from dtypes. (#6145) 2018-04-02 14:07:50 -04:00
tensor_list.cpp Remove some simple use cases of Type::ScalarType() 2019-03-08 16:42:05 -08:00
tensor_list.h Canonicalize all includes in PyTorch. (#14849) 2018-12-08 19:38:30 -08:00
tensor_new.cpp Replace tensor.type().scalarType() calls with tensor.scalar_type() 2019-03-08 14:08:18 -08:00
tensor_new.h allow numpy-like boolean-list indexing in pytorch (#14932) 2018-12-20 15:33:06 -08:00
tensor_numpy.cpp Remove some simple use cases of Type::ScalarType() 2019-03-08 16:42:05 -08:00
tensor_numpy.h Canonicalize all includes in PyTorch. (#14849) 2018-12-08 19:38:30 -08:00
tensor_types.cpp Canonicalize all includes in PyTorch. (#14849) 2018-12-08 19:38:30 -08:00
tensor_types.h Python-free build of autograd + jit (#5356) 2018-03-08 15:13:10 -05:00
tuple_parser.cpp Canonicalize all includes in PyTorch. (#14849) 2018-12-08 19:38:30 -08:00
tuple_parser.h Canonicalize all includes in PyTorch. (#14849) 2018-12-08 19:38:30 -08:00
variadic.cpp Use variadic templates instead of initializer lists and overloads. (#4772) 2018-01-26 15:56:39 -05:00
variadic.h Canonicalize all includes in PyTorch. (#14849) 2018-12-08 19:38:30 -08:00