Searched refs:depthToSpaceGeneric (Results 1 – 3 of 3) sorted by relevance
/packages/modules/NeuralNetworks/common/cpu_operations/ |
D | Reshape.cpp | 49 bool depthToSpaceGeneric(const T* inputData, const Shape& inputShape, int32_t blockSize, in depthToSpaceGeneric() function 56 template bool depthToSpaceGeneric<float>(const float* inputData, const Shape& inputShape, 59 template bool depthToSpaceGeneric<_Float16>(const _Float16* inputData, const Shape& inputShape, 62 template bool depthToSpaceGeneric<uint8_t>(const uint8_t* inputData, const Shape& inputShape, 65 template bool depthToSpaceGeneric<int8_t>(const int8_t* inputData, const Shape& inputShape,
|
/packages/modules/NeuralNetworks/common/include/ |
D | Operations.h | 77 bool depthToSpaceGeneric(const T* inputData, const Shape& inputShape, int32_t blockSize,
|
/packages/modules/NeuralNetworks/common/ |
D | CpuExecutor.cpp | 839 success = depthToSpaceGeneric( in executeOperation() 845 success = depthToSpaceGeneric( in executeOperation() 851 success = depthToSpaceGeneric( in executeOperation() 857 success = depthToSpaceGeneric( in executeOperation()
|