Searched refs:spaceToBatchGeneric (Results 1 – 3 of 3) sorted by relevance
/aosp12/packages/modules/NeuralNetworks/common/operations/ |
H A D | Reshape.cpp | 223 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,
|
/aosp12/packages/modules/NeuralNetworks/common/include/ |
H A D | Operations.h | 109 bool spaceToBatchGeneric(const T* inputData, const Shape& inputShape, const int32_t* blockSize,
|
/aosp12/packages/modules/NeuralNetworks/common/ |
H A D | CpuExecutor.cpp | 1199 success = spaceToBatchGeneric( in executeOperation() 1207 success = spaceToBatchGeneric( in executeOperation() 1215 success = spaceToBatchGeneric( in executeOperation() 1223 success = spaceToBatchGeneric( in executeOperation()
|