Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DReshape.cpp41 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/
DOperations.h91 bool depthToSpaceGeneric(const T* inputData, const Shape& inputShape, int32_t blockSize,
/frameworks/ml/nn/common/
DCpuExecutor.cpp959 success = depthToSpaceGeneric( in executeOperation()
965 success = depthToSpaceGeneric( in executeOperation()
971 success = depthToSpaceGeneric( in executeOperation()