Lines Matching refs:getNumberOfElements
189 std::vector<float> heatmap_float32(getNumberOfElements(heatmapShape)); in heatmapMaxKeypointQuant()
191 std::vector<float> boxes_float32(getNumberOfElements(boxesShape)); in heatmapMaxKeypointQuant()
193 std::vector<float> outputScore_float32(getNumberOfElements(outputScoreShape)); in heatmapMaxKeypointQuant()
194 std::vector<float> outputKeypoint_float32(getNumberOfElements(outputKeypointShape)); in heatmapMaxKeypointQuant()
211 std::vector<float> heatmap_float32(getNumberOfElements(heatmapShape)); in heatmapMaxKeypointQuant()
213 std::vector<float> boxes_float32(getNumberOfElements(boxesShape)); in heatmapMaxKeypointQuant()
215 std::vector<float> outputScore_float32(getNumberOfElements(outputScoreShape)); in heatmapMaxKeypointQuant()
216 std::vector<float> outputKeypoint_float32(getNumberOfElements(outputKeypointShape)); in heatmapMaxKeypointQuant()
311 std::vector<float> heatmap_float32(getNumberOfElements(heatmapShape)); in execute()
313 std::vector<float> boxes_float32(getNumberOfElements(boxesShape)); in execute()
315 std::vector<float> outputScore_float32(getNumberOfElements(outputScoreShape)); in execute()
316 std::vector<float> outputKeypoint_float32(getNumberOfElements(outputKeypointShape)); in execute()