Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Tosa/IR/
H A DTosaOps.cpp585 SmallVector<int64_t> multipleValues; in inferReturnTypeComponents() local
586 multipleValues.reserve(multiples.size()); in inferReturnTypeComponents()
588 multipleValues.push_back(val.cast<IntegerAttr>().getValue().getSExtValue()); in inferReturnTypeComponents()
596 dim *= multipleValues[i]; in inferReturnTypeComponents()