From 26f474fce628639c1360b0da00ccf9d8d42e71d0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=EB=B0=95=EC=B2=9C=EA=B5=90/On-Device=20Lab=28SR=29/Enginee?= =?utf8?q?r/=EC=82=BC=EC=84=B1=EC=A0=84=EC=9E=90?= Date: Wed, 11 Sep 2019 09:22:35 +0900 Subject: [PATCH] [loco] Remove unused member of FeatureEncodeLayer (#7344) This commit removes unused member '_perm' of FeatureEncodeLayer. Signed-off-by: Cheongyo Bahk --- compiler/loco/src/Service/GraphBuilder.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/compiler/loco/src/Service/GraphBuilder.h b/compiler/loco/src/Service/GraphBuilder.h index ba0df4a..4d3decd 100644 --- a/compiler/loco/src/Service/GraphBuilder.h +++ b/compiler/loco/src/Service/GraphBuilder.h @@ -304,9 +304,6 @@ struct FeatureEncodeLayer final return stdex::make_unique(encode_node); } - -private: - loco::Permutation _perm; }; struct FeatureDecodeLayer final -- 2.7.4