Home
last modified time | relevance | path

Searched defs:weightsPermuted (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/armnn/src/backends/backendsCommon/
H A DWorkloadUtils.cpp165 ConstTensor weightsPermuted = PermuteTensor(weightTensor, permutationVector, permuteBuffer); in Convert1HWOTensorToAcl() local
175 TensorInfo weightsPermuted; in Convert1HWOTensorInfoToAcl() local
225 ConstTensor weightsPermuted = PermuteTensor(weightTensor, permutationVector, permuteBuffer); in Convert1HWOtoMIHW() local
/aosp_15_r20/external/armnn/src/armnn/optimizations/
H A DPermuteDepthwiseConv2dWeights.hpp57 TensorInfo weightsPermuted = armnnUtils::Permuted(weightInfo, permutationVector); in AddPermuteLayer() local
/aosp_15_r20/external/armnn/src/backends/neon/workloads/
H A DNeonDepthwiseConvolutionWorkload.cpp49 TensorInfo weightsPermuted; in NeonDepthwiseConvolutionWorkloadValidate() local
/aosp_15_r20/external/armnn/src/backends/cl/workloads/
H A DClDepthwiseConvolutionWorkload.cpp46 TensorInfo weightsPermuted; in ClDepthwiseConvolutionWorkloadValidate() local
/aosp_15_r20/external/armnn/src/armnnDeserializer/
H A DDeserializer.cpp1462 armnn::ConstTensor weightsPermuted(weightsInfo, permuteBuffer.get()); in ParseConstant() local
1694 armnn::ConstTensor weightsPermuted(weightsInfo, permuteBuffer.get()); in ParseDepthwiseConvolution2d() local
/aosp_15_r20/external/armnn/src/armnnOnnxParser/
H A DOnnxParser.cpp1104 TensorInfo weightsPermuted = armnnUtils::Permuted(weightTensor.first.GetInfo(), perVec); in AddConvLayerWithDepthwiseConv() local