pytorch/torch/csrc/utils
Roy Li d70c6f23f4 Pass ScalarType separately from Type in python constructors
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/17786

Reviewed By: ezyang

Differential Revision: D14379075

fbshipit-source-id: 3abf066563b789a30cafe5b0c868a41326f5b833
2019-04-04 02:24:20 -07: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
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 Allow structseq to be input of operators where tuple is expected (#17208) 2019-03-11 11:33:35 -07:00
python_arg_parser.h Allow structseq to be input of operators where tuple is expected (#17208) 2019-03-11 11:33:35 -07: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 Resolving comments from Bool Tensor for CPU PR (#18165) 2019-03-26 09:59:34 -07: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 Allow structseq to be input of operators where tuple is expected (#17208) 2019-03-11 11:33:35 -07:00
structseq.cpp Allow structseq to be input of operators where tuple is expected (#17208) 2019-03-11 11:33:35 -07:00
structseq.h Customize the printing of namedtuple return (#17136) 2019-02-28 13:07:26 -08:00
tensor_apply.cpp Introduce DeprecatedTypeProperties class (#17991) 2019-04-04 02:24:13 -07:00
tensor_apply.h Canonicalize all includes in PyTorch. (#14849) 2018-12-08 19:38:30 -08:00
tensor_dtypes.cpp QTensor (#18230) 2019-04-03 13:17:11 -07:00
tensor_dtypes.h Add numpy-style dtypes to Variable factories. (#5245) 2018-02-20 11:04:14 -05:00
tensor_flatten.cpp Introduce DeprecatedTypeProperties class (#17991) 2019-04-04 02:24:13 -07:00
tensor_flatten.h Introduce DeprecatedTypeProperties class (#17991) 2019-04-04 02:24:13 -07: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 Pass ScalarType separately from Type in python constructors 2019-04-04 02:24:20 -07:00
tensor_new.h Pass ScalarType separately from Type in python constructors 2019-04-04 02:24:20 -07:00
tensor_numpy.cpp Introduce DeprecatedTypeProperties class (#17991) 2019-04-04 02:24:13 -07:00
tensor_numpy.h Canonicalize all includes in PyTorch. (#14849) 2018-12-08 19:38:30 -08:00
tensor_types.cpp Bool tensor creation (cpu) (#17376) 2019-03-11 17:03:40 -07: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
variadic.h Canonicalize all includes in PyTorch. (#14849) 2018-12-08 19:38:30 -08:00