Home
last modified time | relevance | path

Searched refs:convertInt8ToUInt8 (Results 1 – 4 of 4) sorted by relevance

/frameworks/ml/nn/common/include/
DCpuOperationUtils.h77 inline void convertInt8ToUInt8(const int8_t* input, std::vector<uint8_t>* output) { in convertInt8ToUInt8() function
/frameworks/ml/nn/common/operations/
DConcatenation.cpp117 convertInt8ToUInt8(context->getInputBuffer<int8_t>(i), &inputs_uint8[i]); in concatenation()
DDepthwiseConv2D.cpp252 convertInt8ToUInt8(inputData, &unsignedInput); in depthwiseConvNhwc()
256 convertInt8ToUInt8(filterData, &unsignedFilter); in depthwiseConvNhwc()
DConv2D.cpp285 convertInt8ToUInt8(inputData, &unsignedInput); in convNhwc()
289 convertInt8ToUInt8(filterData, &unsignedFilter); in convNhwc()