Searched refs:concatDimSize (Results 1 – 1 of 1) sorted by relevance
404 int concatDimSize = 0; in inferReturnTypeComponents() local411 concatDimSize = ShapedType::kDynamicSize; in inferReturnTypeComponents()415 concatDimSize += operandShape.getDimSize(axis); in inferReturnTypeComponents()418 outputShape[axis] = concatDimSize; in inferReturnTypeComponents()