Searched refs:unsignedOutput (Results 1 – 3 of 3) sorted by relevance
116 unsignedOutput := b.buildBootImage(ctx, vendor)119 b.output = b.signImage(ctx, unsignedOutput)121 b.output = unsignedOutput
261 std::vector<uint8_t> unsignedOutput(getNumberOfElements(outputShape)); in depthwiseConvNhwc() local268 activation, unsignedOutput.data(), outputShape)); in depthwiseConvNhwc()270 convertUInt8ToInt8(unsignedOutput, outputData); in depthwiseConvNhwc()
293 std::vector<uint8_t> unsignedOutput(getNumberOfElements(outputShape)); in convNhwc() local299 dilation_height_factor, activation, unsignedOutput.data(), outputShape)); in convNhwc()301 convertUInt8ToInt8(unsignedOutput, outputData); in convNhwc()