From: 박천교/On-Device Lab(SR)/Engineer/삼성전자 Date: Tue, 22 Oct 2019 00:45:56 +0000 (+0900) Subject: [loco] Fix typo for PermutingCodec test (#8350) X-Git-Tag: submit/tizen/20191205.083104~652 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=45155ef4afef6835a302f8998cc96d91a14867e0;p=platform%2Fcore%2Fml%2Fnnfw.git [loco] Fix typo for PermutingCodec test (#8350) This commit fixes typo for PermutingCodec test Signed-off-by: Cheongyo Bahk --- diff --git a/compiler/loco/src/IR/PermutingCodec.test.cpp b/compiler/loco/src/IR/PermutingCodec.test.cpp index 4e090c3..2eff286 100644 --- a/compiler/loco/src/IR/PermutingCodec.test.cpp +++ b/compiler/loco/src/IR/PermutingCodec.test.cpp @@ -314,7 +314,7 @@ TEST(PermutingEncoderTest, depthwise_filter) ASSERT_EQ(tensor_index.at(3), 2); // NTH(MULTIPLIER) } -TEST(PermutingEncoderTest, dpethwisefilter_init) +TEST(PermutingEncoderTest, depthwisefilter_init) { Permutation src_perm;