Home
last modified time | relevance | path

Searched defs:srcShape (Results 1 – 4 of 4) sorted by relevance

/external/armnn/src/armnnUtils/
DTranspose.cpp23 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()
DPermute.cpp98 armnn::TensorShape Permuted(const armnn::TensorShape& srcShape, in Permuted()
/external/armnn/src/backends/backendsCommon/
DWorkloadUtils.hpp53 const TensorShape& srcShape = srcTensor->GetShape(); in CopyTensorContentsGeneric() local
/external/tensorflow/tensorflow/lite/java/src/main/java/org/tensorflow/lite/
DTensorImpl.java423 int[] srcShape = computeShapeOf(src); in throwIfSrcShapeIsIncompatible() local