Lines Matching refs:getNumberOfElements
181 std::vector<float> heatmap_float32(getNumberOfElements(heatmapShape)); in heatmapMaxKeypointQuant()
183 std::vector<float> boxes_float32(getNumberOfElements(boxesShape)); in heatmapMaxKeypointQuant()
185 std::vector<float> outputScore_float32(getNumberOfElements(outputScoreShape)); in heatmapMaxKeypointQuant()
186 std::vector<float> outputKeypoint_float32(getNumberOfElements(outputKeypointShape)); in heatmapMaxKeypointQuant()
203 std::vector<float> heatmap_float32(getNumberOfElements(heatmapShape)); in heatmapMaxKeypointQuant()
205 std::vector<float> boxes_float32(getNumberOfElements(boxesShape)); in heatmapMaxKeypointQuant()
207 std::vector<float> outputScore_float32(getNumberOfElements(outputScoreShape)); in heatmapMaxKeypointQuant()
208 std::vector<float> outputKeypoint_float32(getNumberOfElements(outputKeypointShape)); in heatmapMaxKeypointQuant()
274 std::vector<float> heatmap_float32(getNumberOfElements(heatmapShape)); in execute()
276 std::vector<float> boxes_float32(getNumberOfElements(boxesShape)); in execute()
278 std::vector<float> outputScore_float32(getNumberOfElements(outputScoreShape)); in execute()
279 std::vector<float> outputKeypoint_float32(getNumberOfElements(outputKeypointShape)); in execute()