Home
last modified time | relevance | path

Searched defs:staticLow (Results 1 – 1 of 1) sorted by relevance

/llvm-project/mlir/lib/Dialect/Tensor/IR/
H A DTensorOps.cpp2941 inferResultType(RankedTensorType sourceType,ArrayRef<int64_t> staticLow,ArrayRef<int64_t> staticHigh,ArrayRef<int64_t> resultShape) inferResultType() argument
2971 build(OpBuilder & b,OperationState & result,Type resultType,Value source,ArrayRef<int64_t> staticLow,ArrayRef<int64_t> staticHigh,ValueRange low,ValueRange high,bool nofold,ArrayRef<NamedAttribute> attrs) build() argument
2999 SmallVector<int64_t, 4> staticLow, staticHigh; build() local
3350 auto staticLow = ArrayRef<int64_t>(constLow); matchAndRewrite() local
[all...]