Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/cpu_operations/
DDepthwiseConv2D.cpp257 std::vector<uint8_t> unsignedOutput(getNumberOfElements(outputShape)); in depthwiseConvNhwc() local
264 activation, unsignedOutput.data(), outputShape)); in depthwiseConvNhwc()
266 convertUInt8ToInt8(unsignedOutput, outputData); in depthwiseConvNhwc()
DConv2D.cpp290 std::vector<uint8_t> unsignedOutput(getNumberOfElements(outputShape)); in convNhwc() local
296 dilation_height_factor, activation, unsignedOutput.data(), outputShape)); in convNhwc()
298 convertUInt8ToInt8(unsignedOutput, outputData); in convNhwc()