Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DDepthwiseConv2D.cpp259 std::vector<uint8_t> unsignedOutput(getNumberOfElements(outputShape)); in depthwiseConvNhwc() local
266 activation, unsignedOutput.data(), outputShape)); in depthwiseConvNhwc()
268 convertUInt8ToInt8(unsignedOutput, outputData); in depthwiseConvNhwc()
DConv2D.cpp292 std::vector<uint8_t> unsignedOutput(getNumberOfElements(outputShape)); in convNhwc() local
298 dilation_height_factor, activation, unsignedOutput.data(), outputShape)); in convNhwc()
300 convertUInt8ToInt8(unsignedOutput, outputData); in convNhwc()