pytorch/c10/core
Ailing Zhang 3d904b56ec s/AutoNonVariableTypeMode/AutoDispatchBelowAutograd/ (#56423)
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/56423

Test Plan: Imported from OSS

Reviewed By: bertmaher

Differential Revision: D27866606

Pulled By: ailzhang

fbshipit-source-id: e3942356dc3133d1c5722de40ec0d45e6a60f2f1
2021-04-20 17:17:46 -07:00
..
impl s/AutoNonVariableTypeMode/AutoDispatchBelowAutograd/ (#56423) 2021-04-20 17:17:46 -07:00
Allocator.cpp Make c10 clang-tidy clean (#55870) 2021-04-14 11:23:28 -07:00
Allocator.h
Backend.h Fix issue with dispatch key: AutogradXPU (#56336) 2021-04-20 12:09:59 -07:00
CompileTimeFunctionPointer.h
CopyBytes.cpp Make c10 clang-tidy clean (#55870) 2021-04-14 11:23:28 -07:00
CopyBytes.h
CPUAllocator.cpp Make c10 clang-tidy clean (#55870) 2021-04-14 11:23:28 -07:00
CPUAllocator.h
DefaultDtype.cpp Make c10 clang-tidy clean (#55870) 2021-04-14 11:23:28 -07:00
DefaultDtype.h
DefaultTensorOptions.h
Device.cpp Make meta a device (getting rid of empty_meta) (#53143) 2021-03-03 11:24:13 -08:00
Device.h use device methods (#52899) 2021-03-02 20:14:23 -08:00
DeviceGuard.h
DeviceType.cpp Make meta a device (getting rid of empty_meta) (#53143) 2021-03-03 11:24:13 -08:00
DeviceType.h Make meta a device (getting rid of empty_meta) (#53143) 2021-03-03 11:24:13 -08:00
DispatchKey.cpp Fix issue with dispatch key: AutogradXPU (#56336) 2021-04-20 12:09:59 -07:00
DispatchKey.h Add CSR (compressed sparse row) layout for sparse tensors (#50937) 2021-04-12 10:09:12 -07:00
DispatchKeySet.cpp Restore storage on meta tensors; increase meta coverage (#53973) 2021-03-29 08:37:46 -07:00
DispatchKeySet.h Add CSR (compressed sparse row) layout for sparse tensors (#50937) 2021-04-12 10:09:12 -07:00
Event.h
GeneratorImpl.cpp Make c10 clang-tidy clean (#55870) 2021-04-14 11:23:28 -07:00
GeneratorImpl.h Move generator state APIs to ATen (#49589) 2021-01-06 18:26:56 -08:00
GradMode.cpp Move grad_mode.h/cpp to c10. (#56204) 2021-04-16 11:50:08 -07:00
GradMode.h Move grad_mode.h/cpp to c10. (#56204) 2021-04-16 11:50:08 -07:00
InferenceMode.cpp Make c10 clang-tidy clean (#55870) 2021-04-14 11:23:28 -07:00
InferenceMode.h Enable AutoGradMode in InferenceMode. (#56107) 2021-04-19 10:24:20 -07:00
Layout.h Add CSR (compressed sparse row) layout for sparse tensors (#50937) 2021-04-12 10:09:12 -07:00
MemoryFormat.h Update to replace AT_ERROR with TORCH_CHECK (#52711) 2021-02-25 19:51:29 -08:00
QEngine.h
QScheme.h
Scalar.cpp [c10/**] Fix typos (#49815) 2021-01-01 02:11:56 -08:00
Scalar.h Fix auto exponent issue for torch.pow (#49809) 2020-12-29 17:02:56 -08:00
ScalarType.h Added linalg.eig, linalg.eigvals (#52491) 2021-04-06 13:53:26 -07:00
ScalarTypeToTypeMeta.h
Storage.cpp
Storage.h Introduce a fluent API to construct tensors from external data. (#54530) 2021-03-25 06:24:50 -07:00
StorageImpl.cpp
StorageImpl.h Restore storage on meta tensors; increase meta coverage (#53973) 2021-03-29 08:37:46 -07:00
Stream.cpp [c10/**] Fix typos (#49815) 2021-01-01 02:11:56 -08:00
Stream.h
StreamGuard.h
TensorImpl.cpp Make c10 clang-tidy clean (#55870) 2021-04-14 11:23:28 -07:00
TensorImpl.h Add CSR (compressed sparse row) layout for sparse tensors (#50937) 2021-04-12 10:09:12 -07:00
TensorOptions.cpp
TensorOptions.h Add CSR (compressed sparse row) layout for sparse tensors (#50937) 2021-04-12 10:09:12 -07:00
thread_pool.cpp Make c10 clang-tidy clean (#55870) 2021-04-14 11:23:28 -07:00
thread_pool.h
UndefinedTensorImpl.cpp Make c10 clang-tidy clean (#55870) 2021-04-14 11:23:28 -07:00
UndefinedTensorImpl.h [PyTorch] Devirtualize TensorImpl::storage() (#51050) 2021-02-17 11:48:06 -08:00
WrapDimMinimal.h