Searched defs:staticHigh (Results 1 – 1 of 1) sorted by relevance
/llvm-project/mlir/lib/Dialect/Tensor/IR/ |
H A D | TensorOps.cpp | 2942 inferResultType(RankedTensorType sourceType,ArrayRef<int64_t> staticLow,ArrayRef<int64_t> staticHigh,ArrayRef<int64_t> resultShape) inferResultType() argument 2972 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 3351 auto staticHigh = ArrayRef<int64_t>(constHigh); matchAndRewrite() local [all...] |