Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRCore.cpp1332 auto resultSegmentSpec = py::cast<std::vector<int>>(resultSegmentSpecObj); in buildGeneric() local
1333 if (resultSegmentSpec.size() != resultTypeList.size()) { in buildGeneric()
1336 llvm::Twine(resultSegmentSpec.size()) + in buildGeneric()
1343 llvm::enumerate(llvm::zip(resultTypeList, resultSegmentSpec))) { in buildGeneric()