Searched refs:batchToSpaceGeneric (Results 1 – 3 of 3) sorted by relevance
/packages/modules/NeuralNetworks/common/cpu_operations/ |
D | Reshape.cpp | 204 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/ |
D | Operations.h | 88 bool batchToSpaceGeneric(const T* inputData, const Shape& inputShape, const int32_t* blockSize,
|
/packages/modules/NeuralNetworks/common/ |
D | CpuExecutor.cpp | 1127 success = batchToSpaceGeneric( in executeOperation() 1134 success = batchToSpaceGeneric( in executeOperation() 1141 success = batchToSpaceGeneric( in executeOperation() 1148 success = batchToSpaceGeneric( in executeOperation()
|