Searched refs:numInputElements (Results 1 – 2 of 2) sorted by relevance
141 RandomVariable numInputElements = 1; in reshapeConstructor() local145 numInputElements = numInputElements * op->inputs[0]->dimensions[i]; in reshapeConstructor()148 numInputElements.setEqual(numOutputElements); in reshapeConstructor()
389 int32_t numInputElements = (int32_t)getNumberOfElements(input); in reshapePrepare() local405 int32_t strechValue = numInputElements / numOutputElements; in reshapePrepare()410 NN_OPS_CHECK(numInputElements == numOutputElements); in reshapePrepare()