Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DHeatmapMaxKeypoint.cpp93 const Shape& outputKeypointShape, float fpAtol, in heatmapMaxKeypointFloat32Nhwc()
171 float* outputKeypointData, const Shape& outputKeypointShape, in heatmapMaxKeypointFloat32()
188 uint16_t* outputKeypointData, const Shape& outputKeypointShape, in heatmapMaxKeypointQuant()
210 uint16_t* outputKeypointData, const Shape& outputKeypointShape, in heatmapMaxKeypointQuant()
312 const auto outputKeypointShape = context->getOutputShape(kOutputKeypointTensor); in execute() local