Home
last modified time | relevance | path

Searched refs:spaceToDepthGeneric (Results 1 – 3 of 3) sorted by relevance

/frameworks/ml/nn/common/operations/
DReshape.cpp59 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/
DOperations.h94 bool spaceToDepthGeneric(const T* inputData, const Shape& inputShape, int32_t blockSize,
/frameworks/ml/nn/common/
DCpuExecutor.cpp1018 success = spaceToDepthGeneric( in executeOperation()
1024 success = spaceToDepthGeneric( in executeOperation()
1030 success = spaceToDepthGeneric( in executeOperation()