Searched refs:spaceToBatchGeneric (Results 1 – 3 of 3) sorted by relevance
/frameworks/ml/nn/common/operations/ |
D | Reshape.cpp | 209 bool spaceToBatchGeneric(const T* inputData, const Shape& inputShape, const int32_t* blockSize, in spaceToBatchGeneric() function 221 template bool spaceToBatchGeneric<float>(const float* inputData, const Shape& inputShape, 225 template bool spaceToBatchGeneric<_Float16>(const _Float16* inputData, const Shape& inputShape, 229 template bool spaceToBatchGeneric<uint8_t>(const uint8_t* inputData, const Shape& inputShape,
|
/frameworks/ml/nn/common/include/ |
D | Operations.h | 106 bool spaceToBatchGeneric(const T* inputData, const Shape& inputShape, const int32_t* blockSize,
|
/frameworks/ml/nn/common/ |
D | CpuExecutor.cpp | 1265 success = spaceToBatchGeneric( in executeOperation() 1273 success = spaceToBatchGeneric( in executeOperation() 1281 success = spaceToBatchGeneric( in executeOperation()
|