Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DTranspose.cpp42 const Shape& permShape, T* outputData, const Shape& outputShape) { in transposeGeneric()
102 const Shape& permShape = context->getInputShape(kPermTensor); in prepare() local