Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/include/
DOperationsUtils.h304 bool genericNormalizationPrepare(const Shape& input, Shape* output);
/frameworks/ml/nn/common/
DOperationsUtils.cpp403 bool genericNormalizationPrepare(const Shape& input, Shape* output) { in genericNormalizationPrepare() function
DCpuExecutor.cpp899 if (!genericNormalizationPrepare(input.shape(), &outShape) || in executeOperation()