[GNA] fix permute 0_2_1 (#993)
This commit is contained in:
@@ -359,7 +359,7 @@ void GNAPluginNS::backend::AMIntelDNN::InitDeinterleaveComponentPrivate(intel_dn
|
||||
comp.operation = kDnnDeinterleaveOp;
|
||||
comp.macro_operation = kDnnMacroOpNone;
|
||||
comp.orientation_in = kDnnInterleavedOrientation;
|
||||
comp.orientation_out = kDnnNonInterleavedOrientation;
|
||||
comp.orientation_out = kDnnInterleavedOrientation;
|
||||
comp.output_scale_factor = output_scale_factor;
|
||||
comp.input_scale_factor = output_scale_factor;
|
||||
if (!postInitMem) {
|
||||
|
||||
@@ -9,6 +9,7 @@ using namespace LayerTestsDefinitions;
|
||||
namespace {
|
||||
std::vector<std::vector<std::vector<size_t>>> inputs{
|
||||
{{1, 4 , 160}, {0, 2, 1}},
|
||||
{{1, 160, 4}, {0, 2, 1}},
|
||||
{{8, 16}, {1, 0}},
|
||||
{{1, 1, 4, 16}, {3, 1, 2, 0}},
|
||||
{{1, 8, 200}, {0, 2, 1}},
|
||||
|
||||
Reference in New Issue
Block a user