Searched refs:staticLow (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/Dialect/Tensor/IR/ |
| H A D | TensorOps.cpp | 1866 ArrayRef<int64_t> staticLow, in inferResultType() argument 1870 assert(staticLow.size() == rank && "unexpected staticLow size mismatch"); in inferResultType() 1878 staticLow[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() 1900 build(b, result, resultType, source, low, high, b.getI64ArrayAttr(staticLow), in build() 1922 SmallVector<int64_t, 4> staticLow, staticHigh; in build() local 1927 dispatchIndexOpFoldResults(low, dynamicLow, staticLow, 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 | 992 ArrayRef<int64_t> staticLow, 1038 OpBuilder<(ins "Value":$source, "ArrayRef<int64_t>":$staticLow,
|