diff options
author | Priya Goyal <prigoyal@devgpu205.prn2.facebook.com> | 2017-09-24 12:16:45 -0700 |
---|---|---|
committer | Edward Z. Yang <ezyang@mit.edu> | 2017-11-02 19:53:36 -0400 |
commit | 7d1c01a86fae2d4f67235f2bbc60ff8855185c84 (patch) | |
tree | f09edc49d8626f09d47562187c8896e371578540 /aten/doc | |
parent | 6826a5c467a21e53f14353d63728a3cbc3ea1e5f (diff) | |
download | pytorch-7d1c01a86fae2d4f67235f2bbc60ff8855185c84.tar.gz pytorch-7d1c01a86fae2d4f67235f2bbc60ff8855185c84.tar.bz2 pytorch-7d1c01a86fae2d4f67235f2bbc60ff8855185c84.zip |
Converting dlpack tensor to aten tensor
Diffstat (limited to 'aten/doc')
-rw-r--r-- | aten/doc/Type.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/aten/doc/Type.h b/aten/doc/Type.h index cd63497dd4..fd1c7590af 100644 --- a/aten/doc/Type.h +++ b/aten/doc/Type.h @@ -42,8 +42,6 @@ enum class Backend { }; -// The constexpr specifier declares that it is possible to evaluate the value -// of the function or variable at compile time. constexpr Backend kCPU = Backend::CPU; constexpr Backend kCUDA = Backend::CUDA; constexpr Backend kSparseCPU = Backend::SparseCPU; |