Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/cpu_operations/
DReshape.cpp91 bool padGeneric(const T* inputData, const Shape& inputShape, const int32_t* paddings, T padValue, in padGeneric() function
190 template bool padGeneric<float>(const float* inputData, const Shape& inputShape,
193 template bool padGeneric<_Float16>(const _Float16* inputData, const Shape& inputShape,
196 template bool padGeneric<uint8_t>(const uint8_t* inputData, const Shape& inputShape,
199 template bool padGeneric<int8_t>(const int8_t* inputData, const Shape& inputShape,
/packages/modules/NeuralNetworks/common/include/
DOperations.h84 bool padGeneric(const T* inputData, const Shape& inputShape, const int32_t* paddings, T pad_value,
/packages/modules/NeuralNetworks/common/
DCpuExecutor.cpp1263 success = padGeneric(reinterpret_cast<const float*>(input.buffer), input.shape(), in executeOperation()
1268 success = padGeneric(reinterpret_cast<const _Float16*>(input.buffer), input.shape(), in executeOperation()
1275 success = padGeneric(input.buffer, input.shape(), in executeOperation()
1281 success = padGeneric(input.buffer, input.shape(), in executeOperation()