Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DReshape.cpp223 bool spaceToBatchGeneric(const T* inputData, const Shape& inputShape, const int32_t* blockSize, in spaceToBatchGeneric() function
235 template bool spaceToBatchGeneric<float>(const float* inputData, const Shape& inputShape,
239 template bool spaceToBatchGeneric<_Float16>(const _Float16* inputData, const Shape& inputShape,
243 template bool spaceToBatchGeneric<uint8_t>(const uint8_t* inputData, const Shape& inputShape,
247 template bool spaceToBatchGeneric<int8_t>(const int8_t* inputData, const Shape& inputShape,
/frameworks/ml/nn/common/include/
DOperations.h105 bool spaceToBatchGeneric(const T* inputData, const Shape& inputShape, const int32_t* blockSize,
/frameworks/ml/nn/common/
DCpuExecutor.cpp1255 success = spaceToBatchGeneric( in executeOperation()
1263 success = spaceToBatchGeneric( in executeOperation()
1271 success = spaceToBatchGeneric( in executeOperation()
1279 success = spaceToBatchGeneric( in executeOperation()