Home
last modified time | relevance | path

Searched refs:perVec (Results 1 – 1 of 1) sorted by relevance

/external/armnn/src/armnnOnnxParser/
DOnnxParser.cpp1103 armnn::PermutationVector perVec {3, 0, 1, 2}; in AddConvLayerWithDepthwiseConv() local
1104 TensorInfo weightsPermuted = armnnUtils::Permuted(weightTensor.first.GetInfo(), perVec); in AddConvLayerWithDepthwiseConv()
1107 IConnectableLayer* permuteLayer = m_Network->AddPermuteLayer(PermuteDescriptor(perVec), in AddConvLayerWithDepthwiseConv()