Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/
DOperationsUtils.cpp405 int32_t strechValue = numInputElements / numOutputElements; in reshapePrepare() local
406 outDims[strechDim] = (uint32_t)strechValue; in reshapePrepare()
407 numOutputElements *= strechValue; in reshapePrepare()