Home
last modified time | relevance | path

Searched refs:outputValuesShape (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DTopK_V2.cpp103 Shape outputValuesShape = inputShape; in prepare() local
104 outputValuesShape.dimensions.back() = k; in prepare()
109 return context->setOutputShape(kOutputValuesTensor, outputValuesShape) && in prepare()