Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
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,
/frameworks/ml/nn/common/include/
DOperations.h97 bool padGeneric(const T* inputData, const Shape& inputShape, const int32_t* paddings, T pad_value,
/frameworks/ml/nn/common/
DCpuExecutor.cpp1318 success = padGeneric(reinterpret_cast<const float*>(input.buffer), input.shape(), in executeOperation()
1323 success = padGeneric(reinterpret_cast<const _Float16*>(input.buffer), input.shape(), in executeOperation()
1330 success = padGeneric(input.buffer, input.shape(), in executeOperation()
1336 success = padGeneric(input.buffer, input.shape(), in executeOperation()