Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/include/
DOperationsUtils.h213 bool genericNormalizationPrepare(const Shape& input, Shape* output);
/frameworks/ml/nn/common/
DCpuExecutor.cpp1088 success = genericNormalizationPrepare(input.shape(), &outShape) && in executeOperation()
1095 success = genericNormalizationPrepare(input.shape(), &outShape) && in executeOperation()
1117 success = genericNormalizationPrepare(input.shape(), &outShape) && in executeOperation()
DOperationsUtils.cpp413 bool genericNormalizationPrepare(const Shape& input, Shape* output) { in genericNormalizationPrepare() function