Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DTranspose.cpp49 const Shape& permShape, T* outputData, const Shape& outputShape) { in transposeGeneric()
119 const Shape& permShape = context->getInputShape(kPermTensor); in prepare() local