Searched refs:perVec (Results 1 – 1 of 1) sorted by relevance
1103 armnn::PermutationVector perVec {3, 0, 1, 2}; in AddConvLayerWithDepthwiseConv() local1104 TensorInfo weightsPermuted = armnnUtils::Permuted(weightTensor.first.GetInfo(), perVec); in AddConvLayerWithDepthwiseConv()1107 IConnectableLayer* permuteLayer = m_Network->AddPermuteLayer(PermuteDescriptor(perVec), in AddConvLayerWithDepthwiseConv()