Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/cpu_operations/
DReshape.cpp204 bool batchToSpaceGeneric(const T* inputData, const Shape& inputShape, const int32_t* blockSize, in batchToSpaceGeneric() function
215 template bool batchToSpaceGeneric<float>(const float* inputData, const Shape& inputShape,
218 template bool batchToSpaceGeneric<_Float16>(const _Float16* inputData, const Shape& inputShape,
221 template bool batchToSpaceGeneric<uint8_t>(const uint8_t* inputData, const Shape& inputShape,
224 template bool batchToSpaceGeneric<int8_t>(const int8_t* inputData, const Shape& inputShape,
/packages/modules/NeuralNetworks/common/include/
DOperations.h88 bool batchToSpaceGeneric(const T* inputData, const Shape& inputShape, const int32_t* blockSize,
/packages/modules/NeuralNetworks/common/
DCpuExecutor.cpp1127 success = batchToSpaceGeneric( in executeOperation()
1134 success = batchToSpaceGeneric( in executeOperation()
1141 success = batchToSpaceGeneric( in executeOperation()
1148 success = batchToSpaceGeneric( in executeOperation()