Searched refs:unsignedOutput (Results 1 – 2 of 2) sorted by relevance
257 std::vector<uint8_t> unsignedOutput(getNumberOfElements(outputShape)); in depthwiseConvNhwc() local264 activation, unsignedOutput.data(), outputShape)); in depthwiseConvNhwc()266 convertUInt8ToInt8(unsignedOutput, outputData); in depthwiseConvNhwc()
290 std::vector<uint8_t> unsignedOutput(getNumberOfElements(outputShape)); in convNhwc() local296 dilation_height_factor, activation, unsignedOutput.data(), outputShape)); in convNhwc()298 convertUInt8ToInt8(unsignedOutput, outputData); in convNhwc()