Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DReshape.cpp64 bool spaceToDepthGeneric(const T* inputData, const Shape& inputShape, int32_t blockSize, in spaceToDepthGeneric() function
71 template bool spaceToDepthGeneric<float>(const float* inputData, const Shape& inputShape,
74 template bool spaceToDepthGeneric<_Float16>(const _Float16* inputData, const Shape& inputShape,
77 template bool spaceToDepthGeneric<uint8_t>(const uint8_t* inputData, const Shape& inputShape,
80 template bool spaceToDepthGeneric<int8_t>(const int8_t* inputData, const Shape& inputShape,
/aosp12/packages/modules/NeuralNetworks/common/include/
H A DOperations.h97 bool spaceToDepthGeneric(const T* inputData, const Shape& inputShape, int32_t blockSize,
/aosp12/packages/modules/NeuralNetworks/common/
H A DCpuExecutor.cpp903 success = spaceToDepthGeneric( in executeOperation()
909 success = spaceToDepthGeneric( in executeOperation()
915 success = spaceToDepthGeneric( in executeOperation()
921 success = spaceToDepthGeneric( in executeOperation()