Searched refs:depthToSpaceGeneric (Results 1 – 3 of 3) sorted by relevance
/packages/modules/NeuralNetworks/common/operations/ |
D | Reshape.cpp | 43 bool depthToSpaceGeneric(const T* inputData, const Shape& inputShape, int32_t blockSize, in depthToSpaceGeneric() function 50 template bool depthToSpaceGeneric<float>(const float* inputData, const Shape& inputShape, 53 template bool depthToSpaceGeneric<_Float16>(const _Float16* inputData, const Shape& inputShape, 56 template bool depthToSpaceGeneric<uint8_t>(const uint8_t* inputData, const Shape& inputShape, 59 template bool depthToSpaceGeneric<int8_t>(const int8_t* inputData, const Shape& inputShape,
|
/packages/modules/NeuralNetworks/common/include/ |
D | Operations.h | 94 bool depthToSpaceGeneric(const T* inputData, const Shape& inputShape, int32_t blockSize,
|
/packages/modules/NeuralNetworks/common/ |
D | CpuExecutor.cpp | 838 success = depthToSpaceGeneric( in executeOperation() 844 success = depthToSpaceGeneric( in executeOperation() 850 success = depthToSpaceGeneric( in executeOperation() 856 success = depthToSpaceGeneric( in executeOperation()
|