Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DReshape.cpp77 bool padGeneric(const T* inputData, const Shape& inputShape, const int32_t* paddings, T padValue, in padGeneric() function
176 template bool padGeneric<float>(const float* inputData, const Shape& inputShape,
179 template bool padGeneric<_Float16>(const _Float16* inputData, const Shape& inputShape,
182 template bool padGeneric<uint8_t>(const uint8_t* inputData, const Shape& inputShape,
/frameworks/ml/nn/common/include/
DOperations.h98 bool padGeneric(const T* inputData, const Shape& inputShape, const int32_t* paddings, T pad_value,
/frameworks/ml/nn/common/
DCpuExecutor.cpp1320 success = padGeneric(reinterpret_cast<const float*>(input.buffer), input.shape(), in executeOperation()
1325 success = padGeneric(reinterpret_cast<const _Float16*>(input.buffer), input.shape(), in executeOperation()
1332 success = padGeneric(input.buffer, input.shape(), in executeOperation()