Searched refs:unsignedInput (Results 1 – 2 of 2) sorted by relevance
253 std::vector<uint8_t> unsignedInput(getNumberOfElements(inputShape)); in depthwiseConvNhwc() local254 convertInt8ToUInt8(inputData, &unsignedInput); in depthwiseConvNhwc()264 NN_RET_CHECK(depthwiseConvNhwc(unsignedInput.data(), inputShape, unsignedFilter.data(), in depthwiseConvNhwc()
285 std::vector<uint8_t> unsignedInput(getNumberOfElements(inputShape)); in convNhwc() local286 convertInt8ToUInt8(inputData, &unsignedInput); in convNhwc()296 NN_RET_CHECK(convNhwc(unsignedInput.data(), inputShape, unsignedFilter.data(), filterShape, in convNhwc()