Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Tensor/IR/
H A DTensorOps.cpp1875 SmallVector<int64_t, 4> inferredShape; in inferResultType() local
1880 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()