Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/cpu_operations/
DDepthwiseConv2D.cpp249 std::vector<uint8_t> unsignedInput(getNumberOfElements(inputShape)); in depthwiseConvNhwc() local
250 convertInt8ToUInt8(inputData, &unsignedInput); in depthwiseConvNhwc()
260 NN_RET_CHECK(depthwiseConvNhwc(unsignedInput.data(), inputShape, unsignedFilter.data(), in depthwiseConvNhwc()
DConv2D.cpp282 std::vector<uint8_t> unsignedInput(getNumberOfElements(inputShape)); in convNhwc() local
283 convertInt8ToUInt8(inputData, &unsignedInput); in convNhwc()
293 NN_RET_CHECK(convNhwc(unsignedInput.data(), inputShape, unsignedFilter.data(), filterShape, in convNhwc()