Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/fuzzing/operation_signatures/
DReshape.cpp133 RandomVariable numInputElements = 1; in reshapeConstructor() local
137 numInputElements = numInputElements * op->inputs[0]->dimensions[i]; in reshapeConstructor()
140 numInputElements.setEqual(numOutputElements); in reshapeConstructor()
/frameworks/ml/nn/common/
DOperationsUtils.cpp415 int32_t numInputElements = (int32_t) getNumberOfElements(input); in reshapePrepare() local
431 int32_t strechValue = numInputElements / numOutputElements; in reshapePrepare()
436 NN_OPS_CHECK(numInputElements == numOutputElements); in reshapePrepare()