Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/cpu_operations/
DElementwise.cpp52 auto makeQuantized(const std::function<IntermediateType(IntermediateType)>& func, float inScale, in makeQuantized() function
127 makeQuantized(frsqrt, inShape.scale, static_cast<uint8_t>(inShape.offset), in executeRsqrt()
137 makeQuantized(frsqrt, inShape.scale, static_cast<int8_t>(inShape.offset), in executeRsqrt()