Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/cpu_operations/
DReshape.cpp229 bool spaceToBatchGeneric(const T* inputData, const Shape& inputShape, const int32_t* blockSize, in spaceToBatchGeneric() function
241 template bool spaceToBatchGeneric<float>(const float* inputData, const Shape& inputShape,
245 template bool spaceToBatchGeneric<_Float16>(const _Float16* inputData, const Shape& inputShape,
249 template bool spaceToBatchGeneric<uint8_t>(const uint8_t* inputData, const Shape& inputShape,
253 template bool spaceToBatchGeneric<int8_t>(const int8_t* inputData, const Shape& inputShape,
/packages/modules/NeuralNetworks/common/include/
DOperations.h92 bool spaceToBatchGeneric(const T* inputData, const Shape& inputShape, const int32_t* blockSize,
/packages/modules/NeuralNetworks/common/
DCpuExecutor.cpp1200 success = spaceToBatchGeneric( in executeOperation()
1208 success = spaceToBatchGeneric( in executeOperation()
1216 success = spaceToBatchGeneric( in executeOperation()
1224 success = spaceToBatchGeneric( in executeOperation()