Searched defs:srcShape (Results 1 – 4 of 4) sorted by relevance
23 TransposeLoop(const armnn::TensorShape& srcShape, const armnn::PermutationVector& mappings) in TransposeLoop()98 armnn::TensorShape TransposeTensorShape(const armnn::TensorShape& srcShape, const armnn::Permutatio… in TransposeTensorShape()120 void Transpose(const armnn::TensorShape& srcShape, const armnn::PermutationVector& mappings, in Transpose()
98 armnn::TensorShape Permuted(const armnn::TensorShape& srcShape, in Permuted()
53 const TensorShape& srcShape = srcTensor->GetShape(); in CopyTensorContentsGeneric() local
423 int[] srcShape = computeShapeOf(src); in throwIfSrcShapeIsIncompatible() local