Searched refs:unsignedOutput (Results 1 – 2 of 2) sorted by relevance
259 std::vector<uint8_t> unsignedOutput(getNumberOfElements(outputShape)); in depthwiseConvNhwc() local266 activation, unsignedOutput.data(), outputShape)); in depthwiseConvNhwc()268 convertUInt8ToInt8(unsignedOutput, outputData); in depthwiseConvNhwc()
292 std::vector<uint8_t> unsignedOutput(getNumberOfElements(outputShape)); in convNhwc() local298 dilation_height_factor, activation, unsignedOutput.data(), outputShape)); in convNhwc()300 convertUInt8ToInt8(unsignedOutput, outputData); in convNhwc()