mirror of
https://github.com/pytorch/pytorch.git
synced 2025-11-06 09:17:11 +08:00
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:
committed by
Facebook Github Bot
parent
0ff1bb0d8a
commit
b2217109ec
@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user