From 7d1c01a86fae2d4f67235f2bbc60ff8855185c84 Mon Sep 17 00:00:00 2001 From: Priya Goyal Date: Sun, 24 Sep 2017 12:16:45 -0700 Subject: Converting dlpack tensor to aten tensor --- aten/doc/Type.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'aten/doc') 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; -- cgit v1.2.3