Home
last modified time | relevance | path

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

/hardware/qcom/neuralnetworks/hvxservice/1.0/
DHexagonOperationsCheck.cpp140 std::vector<Shape> inShapes(numInputTensors); in concatenation() local
142 inShapes[i] = model->getShape(ins[i]); in concatenation()
145 HEXAGON_SOFT_ASSERT(concatenationPrepare(inShapes, axis, &outShape), "Error getting shape"); in concatenation()