Home
last modified time | relevance | path

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

/aosp_15_r20/external/armnn/tests/NetworkExecutionUtils/
H A DNetworkExecutionUtils.hpp85 const T* quantizedArray = reinterpret_cast<const T*>(array); in DequantizeArray() local
90 float f = armnn::Dequantize(*(quantizedArray + i), scale, offset); in DequantizeArray()