Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DHeatmapMaxKeypoint.cpp89 inline bool heatmapMaxKeypointFloat32Nhwc(const float* heatmap, const Shape& heatmapShape, in heatmapMaxKeypointFloat32Nhwc() argument
102 const float* heatmapBase = heatmap; in heatmapMaxKeypointFloat32Nhwc()
168 inline bool heatmapMaxKeypointFloat32(const float* heatmap, const Shape& heatmapShape, in heatmapMaxKeypointFloat32() argument
176 NN_RET_CHECK(convertNchwToNhwc(heatmap, heatmapShape, &heatmap_nhwc, &heatmapShape_nhwc)); in heatmapMaxKeypointFloat32()
178 const float* heatmap_tmp = layout ? heatmap_nhwc.data() : heatmap; in heatmapMaxKeypointFloat32()
185 inline bool heatmapMaxKeypointQuant(const uint8_t* heatmap, const Shape& heatmapShape, in heatmapMaxKeypointQuant() argument
191 convertQuantToFloat32(heatmap, heatmapShape.scale, heatmapShape.offset, &heatmap_float32); in heatmapMaxKeypointQuant()
207 inline bool heatmapMaxKeypointQuant(const int8_t* heatmap, const Shape& heatmapShape, in heatmapMaxKeypointQuant() argument
213 convertQuantToFloat32(heatmap, heatmapShape.scale, heatmapShape.offset, &heatmap_float32); in heatmapMaxKeypointQuant()
305 const auto heatmap = context->getInputBuffer<_Float16>(kHeatmapTensor); in execute() local
[all …]
/aosp12/hardware/interfaces/input/common/1.0/
H A Dtypes.hal685 * Touch heatmap.
688 * The heatmap data is rotated when device orientation changes.