Searched defs:dstShape (Results 1 – 5 of 5) sorted by relevance
23 PermuteLoop(const armnn::TensorShape& dstShape, const armnn::PermutationVector& mappings) in PermuteLoop()131 void Permute(const armnn::TensorShape& dstShape, const armnn::PermutationVector& mappings, in Permute()
45 armnn::TensorShape dstShape({m_BatchSize, 3, m_Height, m_Width}); in GetLabelAndResizedImageAsFloat() local
118 armnn::TensorShape dstShape({ batchSize, 3, newHeight, newWidth }); in PrepareImageTensor() local
57 const TensorShape& dstShape = dstTensor->GetShape(); in CopyTensorContentsGeneric() local
451 int[] dstShape = computeShapeOf(dst); in throwIfDstShapeIsIncompatible() local