Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/operations/
DMaximumMinimum.cpp77 T aValue = requantize<T>(aData[aFlatIndex], aShape, outputShape); in evalQuant8()
78 T bValue = requantize<T>(bData[bFlatIndex], bShape, outputShape); in evalQuant8()
DSelect.cpp49 a = requantize<T>(a, aShape, outputShape); in compute()
50 b = requantize<T>(b, bShape, outputShape); in compute()
/packages/modules/NeuralNetworks/common/
DOperationsUtils.cpp366 uint8_t requantize<uint8_t>(uint8_t value, const Shape& oldShape, const Shape& newShape) { in requantize() function
375 int8_t requantize<int8_t>(int8_t value, const Shape& oldShape, const Shape& newShape) { in requantize() function
/packages/modules/NeuralNetworks/common/include/
DOperationsUtils.h277 T requantize(T value, const Shape& oldShape, const Shape& newShape);