Searched refs:GeneratePermutationVectorOnLastTwoDimensions (Results 1 – 4 of 4) sorted by relevance
50 … auto permutationXVector = GeneratePermutationVectorOnLastTwoDimensions(inputX.GetNumDimensions()); in NeonBatchMatMulValidate()62 … auto permutationYVector = GeneratePermutationVectorOnLastTwoDimensions(inputY.GetNumDimensions()); in NeonBatchMatMulValidate()138 … = GeneratePermutationVectorOnLastTwoDimensions(info.m_InputTensorInfos[0].GetNumDimensions()); in NeonBatchMatMulWorkload()152 … = GeneratePermutationVectorOnLastTwoDimensions(info.m_InputTensorInfos[1].GetNumDimensions()); in NeonBatchMatMulWorkload()
60 …auto permutationXVector = GeneratePermutationVectorOnLastTwoDimensions(inputXStripped.GetNumDimens… in ClBatchMatMulValidate()74 …auto permutationYVector = GeneratePermutationVectorOnLastTwoDimensions(inputYStripped.GetNumDimens… in ClBatchMatMulValidate()159 = GeneratePermutationVectorOnLastTwoDimensions(strippedInfo.GetNumDimensions()); in ClBatchMatMulWorkload()178 = GeneratePermutationVectorOnLastTwoDimensions(strippedInfo.GetNumDimensions()); in ClBatchMatMulWorkload()
265 armnn::PermutationVector GeneratePermutationVectorOnLastTwoDimensions(unsigned int rank);
344 armnn::PermutationVector GeneratePermutationVectorOnLastTwoDimensions(unsigned int rank) in GeneratePermutationVectorOnLastTwoDimensions() function