Home
last modified time | relevance | path

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

/aosp12/build/soong/filesystem/
H A Dbootimg.go116 unsignedOutput := b.buildBootImage(ctx, vendor)
119 b.output = b.signImage(ctx, unsignedOutput)
121 b.output = unsignedOutput
/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DDepthwiseConv2D.cpp261 std::vector<uint8_t> unsignedOutput(getNumberOfElements(outputShape)); in depthwiseConvNhwc() local
268 activation, unsignedOutput.data(), outputShape)); in depthwiseConvNhwc()
270 convertUInt8ToInt8(unsignedOutput, outputData); in depthwiseConvNhwc()
H A DConv2D.cpp293 std::vector<uint8_t> unsignedOutput(getNumberOfElements(outputShape)); in convNhwc() local
299 dilation_height_factor, activation, unsignedOutput.data(), outputShape)); in convNhwc()
301 convertUInt8ToInt8(unsignedOutput, outputData); in convNhwc()