Searched refs:requantize (Results 1 – 4 of 4) sorted by relevance
/packages/modules/NeuralNetworks/common/operations/ |
D | MaximumMinimum.cpp | 77 T aValue = requantize<T>(aData[aFlatIndex], aShape, outputShape); in evalQuant8() 78 T bValue = requantize<T>(bData[bFlatIndex], bShape, outputShape); in evalQuant8()
|
D | Select.cpp | 49 a = requantize<T>(a, aShape, outputShape); in compute() 50 b = requantize<T>(b, bShape, outputShape); in compute()
|
/packages/modules/NeuralNetworks/common/ |
D | OperationsUtils.cpp | 366 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/ |
D | OperationsUtils.h | 277 T requantize(T value, const Shape& oldShape, const Shape& newShape);
|