Home
last modified time | relevance | path

Searched defs:dstShape (Results 1 – 5 of 5) sorted by relevance

/external/armnn/src/armnnUtils/
DPermute.cpp23 PermuteLoop(const armnn::TensorShape& dstShape, const armnn::PermutationVector& mappings) in PermuteLoop()
131 void Permute(const armnn::TensorShape& dstShape, const armnn::PermutationVector& mappings, in Permute()
/external/armnn/tests/
DImagePreprocessor.cpp45 armnn::TensorShape dstShape({m_BatchSize, 3, m_Height, m_Width}); in GetLabelAndResizedImageAsFloat() local
/external/armnn/tests/ImageTensorGenerator/
DImageTensorGenerator.hpp118 armnn::TensorShape dstShape({ batchSize, 3, newHeight, newWidth }); in PrepareImageTensor() local
/external/armnn/src/backends/backendsCommon/
DWorkloadUtils.hpp57 const TensorShape& dstShape = dstTensor->GetShape(); in CopyTensorContentsGeneric() local
/external/tensorflow/tensorflow/lite/java/src/main/java/org/tensorflow/lite/
DTensorImpl.java451 int[] dstShape = computeShapeOf(dst); in throwIfDstShapeIsIncompatible() local