Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/
DOperationsExecutionUtils.cpp314 int32_t strechValue = numInputElements / numOutputElements; in reshapePrepare() local
315 outDims[strechDim] = (uint32_t)strechValue; in reshapePrepare()
316 numOutputElements *= strechValue; in reshapePrepare()