pytorch/c10/core
anjali411 8ec2ae9a9f Add view_as_real, view_as_complex for complex tensors (#39099)
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/39099

Test Plan: Imported from OSS

Differential Revision: D22057886

Pulled By: anjali411

fbshipit-source-id: bad5ba7097ba0dd13f2c549b2463094dee9afa14
2020-06-22 15:15:27 -07:00
..
impl Expunge TensorId from all DispatchKey names. (#36240) 2020-04-13 23:33:44 -07:00
Allocator.cpp Memory profiling (#37775) 2020-05-19 15:48:48 -07:00
Allocator.h Memory profiling (#37775) 2020-05-19 15:48:48 -07:00
Backend.h Added FPGA DispatchKey, DeviceType, Backend (#38938) 2020-06-03 07:28:14 -07:00
CompileTimeFunctionPointer.h Back out "Revert D21986243: TORCH_FN" (#40110) 2020-06-16 13:38:29 -07:00
CopyBytes.cpp Remove TensorImpl -> context_base dependency (#14658) 2018-12-07 16:23:46 -08:00
CopyBytes.h Move files to/from c10/core and c10/util (#15316) 2019-01-10 16:22:22 -08:00
CPUAllocator.cpp Memory profiling (#37775) 2020-05-19 15:48:48 -07:00
CPUAllocator.h Memory profiling (#37775) 2020-05-19 15:48:48 -07:00
DefaultDtype.cpp Remove std::complex from TypeMeta (#37632) 2020-05-04 10:31:34 -07:00
DefaultDtype.h Added type promotion logic for complex numbers (#34093) 2020-03-25 09:12:21 -07:00
DefaultTensorOptions.h Remove TensorImpl::is_variable, deprecate Tensor::is_variable (#29653) 2019-11-14 11:41:02 -08:00
Device.cpp Added FPGA DispatchKey, DeviceType, Backend (#38938) 2020-06-03 07:28:14 -07:00
Device.h Pickler: convert std::stringstream cases. (#29351) 2019-11-08 14:26:40 -08:00
DeviceGuard.h pin_memory malloc now uses existing context if available. (#22229) 2019-07-16 10:18:30 -07:00
DeviceType.cpp [Mobile GPU][Integration] Vulkan backend integration (#36491) 2020-05-26 08:30:13 -07:00
DeviceType.h Added FPGA DispatchKey, DeviceType, Backend (#38938) 2020-06-03 07:28:14 -07:00
DispatchKey.cpp Meta tensors, but without code deduplication (#38490) 2020-06-22 09:18:33 -07:00
DispatchKey.h Meta tensors, but without code deduplication (#38490) 2020-06-22 09:18:33 -07:00
DispatchKeySet.cpp Rename DispatchKey::UndefinedTensorId to Undefined (#32728) 2020-01-30 11:47:40 -08:00
DispatchKeySet.h Update XLAPreAutograd keys. (#40265) 2020-06-19 21:12:50 -07:00
Event.h Canonicalize includes in c10, and add tests for it (#36299) 2020-04-10 12:07:52 -07:00
GeneratorImpl.cpp Replace std::shared_ptr with c10::intrusive_ptr in at::Generator (#36230) 2020-04-09 06:55:54 -07:00
GeneratorImpl.h Prerequisites for CSPRNG (#36631) 2020-04-24 12:25:37 -07:00
Layout.h Remove Backend -> THPLayout mapping. (#37527) 2020-04-30 11:11:09 -07:00
MemoryFormat.h remove deprecation warning on get_contiguous_memory_format (#37963) 2020-05-07 02:06:22 -07:00
QEngine.h Rename TensorTypeId to DispatchKey (#32154) 2020-01-15 11:16:08 -08:00
QScheme.h Rename TensorTypeId to DispatchKey (#32154) 2020-01-15 11:16:08 -08:00
Scalar.cpp Reland Refactor c10::complex and cleanup c10::Scalar (#39306) 2020-06-01 11:51:57 -07:00
Scalar.h Reland Refactor c10::complex and cleanup c10::Scalar (#39306) 2020-06-01 11:51:57 -07:00
ScalarType.h Add view_as_real, view_as_complex for complex tensors (#39099) 2020-06-22 15:15:27 -07:00
Storage.cpp Move Storage and StorageImpl to c10 2018-11-27 12:59:48 -08:00
Storage.h Remove datatype from Storage and StorageImpl (#38870) 2020-05-21 15:26:08 -07:00
StorageImpl.cpp Move Storage and StorageImpl to c10 2018-11-27 12:59:48 -08:00
StorageImpl.h Remove datatype from Storage and StorageImpl (#38870) 2020-05-21 15:26:08 -07:00
Stream.cpp Move files to/from c10/core and c10/util (#15316) 2019-01-10 16:22:22 -08:00
Stream.h Creates Torch-friendly Event class and adds Stream tracking to autograd (#25130) 2019-09-01 12:37:52 -07:00
StreamGuard.h Move files to/from c10/core and c10/util (#15316) 2019-01-10 16:22:22 -08:00
TensorImpl.cpp Remove datatype from Storage and StorageImpl (#38870) 2020-05-21 15:26:08 -07:00
TensorImpl.h Meta tensors, but without code deduplication (#38490) 2020-06-22 09:18:33 -07:00
TensorOptions.cpp Update ostream << TensorOptions printer. (#35892) 2020-04-03 15:01:59 -07:00
TensorOptions.h Update XLAPreAutograd keys. (#40265) 2020-06-19 21:12:50 -07:00
thread_pool.cpp [aten] Pass std::function<> to thread_pool by value, instead of const ref. (#37681) 2020-05-05 08:41:38 -07:00
thread_pool.h [aten] Pass std::function<> to thread_pool by value, instead of const ref. (#37681) 2020-05-05 08:41:38 -07:00
UndefinedTensorImpl.cpp Rename DispatchKey::UndefinedTensorId to Undefined (#32728) 2020-01-30 11:47:40 -08:00
UndefinedTensorImpl.h Enforce same input tensor storage in VariableType functions (#16305) 2019-02-11 13:33:12 -08:00
WrapDimMinimal.h Replace all uses of AT_INDEX_ERROR with TORCH_CHECK_INDEX (#35050) 2020-03-24 09:10:51 -07:00