Searched refs:staticHigh (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/Dialect/Tensor/IR/ |
| H A D | TensorOps.cpp | 1867 ArrayRef<int64_t> staticHigh, in inferResultType() argument 1871 assert(staticHigh.size() == rank && "unexpected staticHigh size mismatch"); in inferResultType() 1879 staticHigh[i] == ShapedType::kDynamicSize) { in inferResultType() 1883 int64_t size = sourceType.getDimSize(i) + staticLow[i] + staticHigh[i]; in inferResultType() 1895 ArrayRef<int64_t> staticLow, ArrayRef<int64_t> staticHigh, in build() argument 1899 auto resultType = inferResultType(sourceType, staticLow, staticHigh); in build() 1901 b.getI64ArrayAttr(staticHigh), nofold ? b.getUnitAttr() : UnitAttr()); in build() 1922 SmallVector<int64_t, 4> staticLow, staticHigh; in build() local 1929 dispatchIndexOpFoldResults(high, dynamicHigh, staticHigh, in build() 1932 resultType = PadOp::inferResultType(sourceType, staticLow, staticHigh); in build() [all …]
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/Tensor/IR/ |
| H A D | TensorOps.td | 993 ArrayRef<int64_t> staticHigh, 1039 "ArrayRef<int64_t>":$staticHigh, "ValueRange":$low, "ValueRange":$high,
|