Searched refs:spaceToDepthGeneric (Results 1 – 3 of 3) sorted by relevance
/frameworks/ml/nn/common/operations/ |
D | Reshape.cpp | 59 bool spaceToDepthGeneric(const T* inputData, const Shape& inputShape, int32_t blockSize, in spaceToDepthGeneric() function 66 template bool spaceToDepthGeneric<float>(const float* inputData, const Shape& inputShape, 69 template bool spaceToDepthGeneric<_Float16>(const _Float16* inputData, const Shape& inputShape, 72 template bool spaceToDepthGeneric<uint8_t>(const uint8_t* inputData, const Shape& inputShape,
|
/frameworks/ml/nn/common/include/ |
D | Operations.h | 94 bool spaceToDepthGeneric(const T* inputData, const Shape& inputShape, int32_t blockSize,
|
/frameworks/ml/nn/common/ |
D | CpuExecutor.cpp | 1018 success = spaceToDepthGeneric( in executeOperation() 1024 success = spaceToDepthGeneric( in executeOperation() 1030 success = spaceToDepthGeneric( in executeOperation()
|