Searched refs:inShapes (Results 1 – 1 of 1) sorted by relevance
140 std::vector<Shape> inShapes(numInputTensors); in concatenation() local142 inShapes[i] = model->getShape(ins[i]); in concatenation()145 HEXAGON_SOFT_ASSERT(concatenationPrepare(inShapes, axis, &outShape), "Error getting shape"); in concatenation()