From 1165f60eaa90d24a144923a76cae4df76b02734a Mon Sep 17 00:00:00 2001 From: anjali411 Date: Tue, 29 Dec 2020 13:27:35 -0800 Subject: [PATCH] Update on "Fix auto exponent issue for torch.pow" Fixes https://github.com/pytorch/xla/issues/2688 #46936 Differential Revision: [D25724176](https://our.internmc.facebook.com/intern/diff/D25724176) [ghstack-poisoned] --- aten/src/ATen/test/scalar_test.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/aten/src/ATen/test/scalar_test.cpp b/aten/src/ATen/test/scalar_test.cpp index 979cd77376aa..3b7bfb47fe62 100644 --- a/aten/src/ATen/test/scalar_test.cpp +++ b/aten/src/ATen/test/scalar_test.cpp @@ -14,7 +14,6 @@ using std::cout; using namespace at; -using namespace c10; constexpr auto Float = ScalarType::Float;