Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Tensor/IR/
H A DTensorOps.cpp1012 SmallVector<int64_t> projectedShape; in inferCanonicalRankReducedResultType() local
1016 projectedShape.push_back(shape[pos]); in inferCanonicalRankReducedResultType()
1018 RankedTensorType::get(projectedShape, inferredType.getElementType()); in inferCanonicalRankReducedResultType()