pytorch/torch/csrc/utils
Gregory Chanan 705d80b51e Remove some Type.tensor usages and remove native_tensor without size. (#12355)
Summary:
This is to move us along the path to removing Type from the public API.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/12355

Reviewed By: ezyang

Differential Revision: D10212616

Pulled By: gchanan

fbshipit-source-id: c9cd128d1111ab219cb0b2f3bf5b632502ab97c0
2018-10-05 11:12:07 -07:00
..
auto_gil.h Add workaround to fix include warnings in Python 2 builds. (#6716) 2018-04-24 12:30:19 -07: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 Fix #11430 (CPU only builds raise opaque error message when calling .… (#11533) 2018-09-14 09:10:08 -07: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
functional.h Add a tagged union type that replaces tensor in the interpreter. (#9368) 2018-07-16 15:40:22 -07:00
hash.h Match parameter names and = default (#9737) 2018-07-30 14:10:00 -07:00
invalid_arguments.cpp Match parameter names and = default (#9737) 2018-07-30 14:10:00 -07:00
invalid_arguments.h Match parameter names and = default (#9737) 2018-07-30 14:10:00 -07: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 Remove NO_* and WITH_* across codebase, except in setup.py (#8555) 2018-06-15 12:29:48 -04:00
object_ptr.cpp Add workaround to fix include warnings in Python 2 builds. (#6716) 2018-04-24 12:30:19 -07:00
object_ptr.h Bag of clang tidy fixes for torch/csrc/ and torch/csrc/autograd (#11050) 2018-09-05 19:55:50 -07:00
pybind.h Remove caffe2::Tensor::capacity_nbytes, at::Tensor::to##name##Data, (#11876) 2018-09-24 10:40:10 -07:00
python_arg_parser.cpp stop allowing extra positional args in arg parser (#10499) 2018-09-13 11:56:12 -07:00
python_arg_parser.h Remove caffe2::Tensor::capacity_nbytes, at::Tensor::to##name##Data, (#11876) 2018-09-24 10:40:10 -07:00
python_compat.h Fix negative indices in tracer (#10560) 2018-08-27 15:19:41 -07:00
python_numbers.h Support load and store between Py_complex and std::complex (#11493) 2018-09-11 15:55:11 -07:00
python_scalars.h Support load and store between Py_complex and std::complex (#11493) 2018-09-11 15:55:11 -07:00
python_strings.h Add workaround to fix include warnings in Python 2 builds. (#6716) 2018-04-24 12:30:19 -07: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 Add workaround to fix include warnings in Python 2 builds. (#6716) 2018-04-24 12:30:19 -07:00
tensor_apply.cpp Refactor Device to not depend on Backend. (#10478) 2018-08-18 17:39:14 -07:00
tensor_apply.h Match parameter names and = default (#9737) 2018-07-30 14:10:00 -07:00
tensor_conversion_dispatch.cpp Remove methods that start with an underscore from at::Tensor (#11152) 2018-09-07 11:55:11 -07:00
tensor_conversion_dispatch.h Create ATen tensors via TensorOptions (#7869) 2018-06-16 00:40:35 -07:00
tensor_dtypes.cpp Add complex32, complex64 and complex128 dtypes (#11173) 2018-09-03 19:19:36 -07:00
tensor_dtypes.h Add numpy-style dtypes to Variable factories. (#5245) 2018-02-20 11:04:14 -05:00
tensor_flatten.cpp Get rid of manual dispatch on Type. (#11486) 2018-09-11 10:40:22 -07:00
tensor_flatten.h Remove TORCH_ASSERT (#9575) 2018-07-24 18:10:06 -07:00
tensor_layouts.cpp Create ATen tensors via TensorOptions (#7869) 2018-06-16 00:40:35 -07:00
tensor_layouts.h Introduce torch.layout and split layout from dtypes. (#6145) 2018-04-02 14:07:50 -04:00
tensor_list.cpp Refactor Device to not depend on Backend. (#10478) 2018-08-18 17:39:14 -07:00
tensor_list.h Add workaround to fix include warnings in Python 2 builds. (#6716) 2018-04-24 12:30:19 -07:00
tensor_new.cpp Remove some Type.tensor usages and remove native_tensor without size. (#12355) 2018-10-05 11:12:07 -07:00
tensor_new.h Create ATen tensors via TensorOptions (#7869) 2018-06-16 00:40:35 -07:00
tensor_numpy.cpp Accept more numpy scalars as doubles (#9659) 2018-09-05 10:25:55 -07:00
tensor_numpy.h Accept more numpy scalars as doubles (#9659) 2018-09-05 10:25:55 -07:00
tensor_types.cpp Refactor Device to not depend on Backend. (#10478) 2018-08-18 17:39:14 -07:00
tensor_types.h Python-free build of autograd + jit (#5356) 2018-03-08 15:13:10 -05:00
tuple_parser.cpp Delete dead Tensor code paths (#5417) 2018-02-27 17:58:09 -05:00
tuple_parser.h Add workaround to fix include warnings in Python 2 builds. (#6716) 2018-04-24 12:30:19 -07:00
variadic.cpp Use variadic templates instead of initializer lists and overloads. (#4772) 2018-01-26 15:56:39 -05:00
variadic.h Add registerOperator overloads that infer the schema (#10048) 2018-08-03 11:45:49 -07:00