pytorch/c10/test/core
Sebastian Messmer 3e85a2bcbf Move c10 dispatcher back to ATen/core (#16050)
Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/16050

The c10 dispatcher will (soon) depend on IValue and IValue can't be moved to c10 yet because it depends on at::Tensor, which depends on legacy Type dispatch and we don't want the legacy dispatch in c10.

So instead, we move the c10 dispatcher back to ATen/core until we can actually move at::Tensor to c10.

Reviewed By: ezyang

Differential Revision: D13684517

fbshipit-source-id: 1125f4254223907c52f96ff73034f6d4ae9fd0a7
2019-01-17 15:56:52 -08:00
..
impl Move files to/from c10/core and c10/util (#15316) 2019-01-10 16:22:22 -08:00
DeviceGuard_test.cpp Move files to/from c10/core and c10/util (#15316) 2019-01-10 16:22:22 -08:00
StreamGuard_test.cpp Move files to/from c10/core and c10/util (#15316) 2019-01-10 16:22:22 -08:00
TensorTypeId_test.cpp Move TensorTypeId to c10/core 2018-11-27 12:59:52 -08:00