Home
last modified time | relevance | path

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

/external/armnn/samples/ObjectDetection/src/
DSSDResultDecoder.cpp31 const double resizeFactor = longEdgeOutput/longEdgeInput; in Decode() local
DYoloResultDecoder.cpp31 const float resizeFactor = longEdgeOutput/longEdgeInput; in Decode() local
DImageUtils.cpp95 const double resizeFactor = longEdgeOutput/longEdgeInput; in ResizeFrame() local