Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DDepthwiseConv2D.cpp257 std::vector<uint8_t> unsignedFilter(getNumberOfElements(filterShape)); in depthwiseConvNhwc() local
258 convertInt8ToUInt8(filterData, &unsignedFilter); in depthwiseConvNhwc()
264 NN_RET_CHECK(depthwiseConvNhwc(unsignedInput.data(), inputShape, unsignedFilter.data(), in depthwiseConvNhwc()
H A DConv2D.cpp289 std::vector<uint8_t> unsignedFilter(getNumberOfElements(filterShape)); in convNhwc() local
290 convertInt8ToUInt8(filterData, &unsignedFilter); in convNhwc()
296 NN_RET_CHECK(convNhwc(unsignedInput.data(), inputShape, unsignedFilter.data(), filterShape, in convNhwc()