Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/
DOperationsUtils.cpp426 int32_t numInputElements = (int32_t) getNumberOfElements(input); in reshapePrepare() local
442 int32_t strechValue = numInputElements / numOutputElements; in reshapePrepare()
447 NN_OPS_CHECK(numInputElements == numOutputElements); in reshapePrepare()