Searched refs:depthToSpaceGeneric (Results 1 – 3 of 3) sorted by relevance
/frameworks/ml/nn/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,
|
/frameworks/ml/nn/common/include/ |
D | Operations.h | 90 bool depthToSpaceGeneric(const T* inputData, const Shape& inputShape, int32_t blockSize,
|
/frameworks/ml/nn/common/ |
D | CpuExecutor.cpp | 892 success = depthToSpaceGeneric( in executeOperation() 898 success = depthToSpaceGeneric( in executeOperation() 904 success = depthToSpaceGeneric( in executeOperation() 910 success = depthToSpaceGeneric( in executeOperation()
|