Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DGenerateProposals.cpp1453 const Shape& deltaShape, const float* anchorData, const Shape& anchorShape, float scaleY, in detectionPostprocessFloat32() argument
1463 uint32_t lengthBoxEncoding = getSizeOfDimension(deltaShape, 2); in detectionPostprocessFloat32()
1558 const Shape& deltaShape, const _Float16* anchorData, const Shape& anchorShape, float scaleY, in detectionPostprocessFloat16() argument
1566 std::vector<float> delta_float32(getNumberOfElements(deltaShape)); in detectionPostprocessFloat16()
1573 scores_float32.data(), scoreShape, delta_float32.data(), deltaShape, in detectionPostprocessFloat16()