Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DGenerateProposals.cpp63 const float* imageInfoData, const Shape& imageInfoDataShape, in bboxTransformFloat32()
113 const _Float16* imageInfoData, const Shape& imageInfoDataShape, in bboxTransformFloat16()
133 const uint16_t* imageInfoData, const Shape& imageInfoDataShape, in bboxTransformQuant()
155 const uint16_t* imageInfoData, const Shape& imageInfoDataShape, in bboxTransformQuant()
1294 Shape imageInfoDataShape = context->getInputShape(kImageInfoTensor); in prepare() local