Home
last modified time | relevance | path

Searched refs:padGeneric (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DReshape.cpp85 bool padGeneric(const T* inputData, const Shape& inputShape, const int32_t* paddings, T padValue, in padGeneric() function
184 template bool padGeneric<float>(const float* inputData, const Shape& inputShape,
187 template bool padGeneric<_Float16>(const _Float16* inputData, const Shape& inputShape,
190 template bool padGeneric<uint8_t>(const uint8_t* inputData, const Shape& inputShape,
193 template bool padGeneric<int8_t>(const int8_t* inputData, const Shape& inputShape,
/aosp12/packages/modules/NeuralNetworks/common/include/
H A DOperations.h101 bool padGeneric(const T* inputData, const Shape& inputShape, const int32_t* paddings, T pad_value,
/aosp12/packages/modules/NeuralNetworks/common/
H A DCpuExecutor.cpp1262 success = padGeneric(reinterpret_cast<const float*>(input.buffer), input.shape(), in executeOperation()
1267 success = padGeneric(reinterpret_cast<const _Float16*>(input.buffer), input.shape(), in executeOperation()
1274 success = padGeneric(input.buffer, input.shape(), in executeOperation()
1280 success = padGeneric(input.buffer, input.shape(), in executeOperation()