Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DDepthwiseConv2D.cpp253 std::vector<uint8_t> unsignedInput(getNumberOfElements(inputShape)); in depthwiseConvNhwc() local
254 convertInt8ToUInt8(inputData, &unsignedInput); in depthwiseConvNhwc()
264 NN_RET_CHECK(depthwiseConvNhwc(unsignedInput.data(), inputShape, unsignedFilter.data(), in depthwiseConvNhwc()
H A DConv2D.cpp285 std::vector<uint8_t> unsignedInput(getNumberOfElements(inputShape)); in convNhwc() local
286 convertInt8ToUInt8(inputData, &unsignedInput); in convNhwc()
296 NN_RET_CHECK(convNhwc(unsignedInput.data(), inputShape, unsignedFilter.data(), filterShape, in convNhwc()