Home
last modified time | relevance | path

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

/llvm-project/mlir/examples/toy/Ch7/mlir/
H A DMLIRGen.cpp439 std::vector<mlir::Type> typeElements; in getConstantAttr() local
444 typeElements.push_back(getType(std::nullopt)); in getConstantAttr()
447 typeElements.push_back(getType(std::nullopt)); in getConstantAttr()
452 typeElements.push_back(attrTypePair.second); in getConstantAttr()
456 mlir::Type dataType = StructType::get(typeElements); in getConstantAttr()