Searched refs:numInputElements (Results 1 – 2 of 2) sorted by relevance
133 RandomVariable numInputElements = 1; in reshapeConstructor() local137 numInputElements = numInputElements * op->inputs[0]->dimensions[i]; in reshapeConstructor()140 numInputElements.setEqual(numOutputElements); in reshapeConstructor()
415 int32_t numInputElements = (int32_t) getNumberOfElements(input); in reshapePrepare() local431 int32_t strechValue = numInputElements / numOutputElements; in reshapePrepare()436 NN_OPS_CHECK(numInputElements == numOutputElements); in reshapePrepare()