From dc5f0dbc324e0e15bef1753aeaed6700f5972cf0 Mon Sep 17 00:00:00 2001 From: zchen0211 Date: Tue, 22 Aug 2017 05:27:02 +0000 Subject: [PATCH] remove opregistry in gather function --- paddle/operators/gather.h | 1 - 1 file changed, 1 deletion(-) diff --git a/paddle/operators/gather.h b/paddle/operators/gather.h index edac29f6db0..92fb51ec177 100644 --- a/paddle/operators/gather.h +++ b/paddle/operators/gather.h @@ -18,7 +18,6 @@ limitations under the License. */ #include "paddle/framework/ddim.h" #include "paddle/framework/eigen.h" -#include "paddle/framework/op_registry.h" #include "paddle/framework/tensor.h" #include "paddle/platform/place.h" -- GitLab