Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DMaximumMinimum.cpp79 T aValue = requantize<T>(aData[aFlatIndex], aShape, outputShape); in evalQuant8()
80 T bValue = requantize<T>(bData[bFlatIndex], bShape, outputShape); in evalQuant8()
DSelect.cpp52 a = requantize<T>(a, aShape, outputShape); in compute()
53 b = requantize<T>(b, bShape, outputShape); in compute()
/frameworks/ml/nn/common/
DOperationsUtils.cpp368 uint8_t requantize<uint8_t>(uint8_t value, const Shape& oldShape, const Shape& newShape) { in requantize() function
377 int8_t requantize<int8_t>(int8_t value, const Shape& oldShape, const Shape& newShape) { in requantize() function
/frameworks/ml/nn/common/include/
DOperationsUtils.h293 T requantize(T value, const Shape& oldShape, const Shape& newShape);