Move TensorOptions to ATen/core

Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/11147

Reviewed By: gchanan

Differential Revision: D9614321

fbshipit-source-id: 618cb342eb7c52181425f6bb9c17b9ecdb87a394
This commit is contained in:
Edward Yang
2018-09-04 08:50:02 -07:00
committed by Facebook Github Bot
parent 0ff1bb0d8a
commit b2217109ec
17 changed files with 235 additions and 233 deletions

View File

@ -4,7 +4,7 @@
#include <ATen/DeviceGuard.h>
#include <ATen/Functions.h>
#include <ATen/OptionsGuard.h>
#include <ATen/TensorOptions.h>
#include <ATen/core/TensorOptions.h>
using namespace at;