Searched refs:inferredShape (Results 1 – 1 of 1) sorted by relevance
1875 SmallVector<int64_t, 4> inferredShape; in inferResultType() local1880 inferredShape.push_back(resultShape.empty() ? ShapedType::kDynamicSize in inferResultType()1887 inferredShape.push_back(size); in inferResultType()1891 return RankedTensorType::get(inferredShape, sourceType.getElementType()); in inferResultType()