[loco] Remove unused member of FeatureEncodeLayer (#7344)
author박천교/On-Device Lab(SR)/Engineer/삼성전자 <ch.bahk@samsung.com>
Wed, 11 Sep 2019 00:22:35 +0000 (09:22 +0900)
committer박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Wed, 11 Sep 2019 00:22:35 +0000 (09:22 +0900)
This commit removes unused member '_perm' of FeatureEncodeLayer.

Signed-off-by: Cheongyo Bahk <ch.bahk@samsung.com>
compiler/loco/src/Service/GraphBuilder.h

index ba0df4a..4d3decd 100644 (file)
@@ -304,9 +304,6 @@ struct FeatureEncodeLayer final
 
     return stdex::make_unique<Return>(encode_node);
   }
-
-private:
-  loco::Permutation<loco::Domain::Feature> _perm;
 };
 
 struct FeatureDecodeLayer final