Searched refs:depthToSpaceGeneric (Results 1 – 3 of 3) sorted by relevance
/frameworks/ml/nn/common/operations/ |
D | Reshape.cpp | 41 bool depthToSpaceGeneric(const T* inputData, const Shape& inputShape, int32_t blockSize, in depthToSpaceGeneric() function 48 template bool depthToSpaceGeneric<float>(const float* inputData, const Shape& inputShape, 51 template bool depthToSpaceGeneric<_Float16>(const _Float16* inputData, const Shape& inputShape, 54 template bool depthToSpaceGeneric<uint8_t>(const uint8_t* inputData, const Shape& inputShape,
|
/frameworks/ml/nn/common/include/ |
D | Operations.h | 91 bool depthToSpaceGeneric(const T* inputData, const Shape& inputShape, int32_t blockSize,
|
/frameworks/ml/nn/common/ |
D | CpuExecutor.cpp | 959 success = depthToSpaceGeneric( in executeOperation() 965 success = depthToSpaceGeneric( in executeOperation() 971 success = depthToSpaceGeneric( in executeOperation()
|