Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DReshape.cpp198 bool batchToSpaceGeneric(const T* inputData, const Shape& inputShape, const int32_t* blockSize, in batchToSpaceGeneric() function
209 template bool batchToSpaceGeneric<float>(const float* inputData, const Shape& inputShape,
212 template bool batchToSpaceGeneric<_Float16>(const _Float16* inputData, const Shape& inputShape,
215 template bool batchToSpaceGeneric<uint8_t>(const uint8_t* inputData, const Shape& inputShape,
218 template bool batchToSpaceGeneric<int8_t>(const int8_t* inputData, const Shape& inputShape,
/aosp12/packages/modules/NeuralNetworks/common/include/
H A DOperations.h105 bool batchToSpaceGeneric(const T* inputData, const Shape& inputShape, const int32_t* blockSize,
/aosp12/packages/modules/NeuralNetworks/common/
H A DCpuExecutor.cpp1126 success = batchToSpaceGeneric( in executeOperation()
1133 success = batchToSpaceGeneric( in executeOperation()
1140 success = batchToSpaceGeneric( in executeOperation()
1147 success = batchToSpaceGeneric( in executeOperation()