Searched defs:OperandDef (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/mlir/python/mlir/dialects/linalg/opdsl/lang/ |
| H A D | config.py | 46 operand_def: OperandDef, 120 registered_operands: Sequence[OperandDef], 309 def add_operand(self, operand_def: OperandDef): 332 def add_indexed_operand(self, operand_def: OperandDef):
|
| H A D | comprehension.py | 103 def __init__(self, operand_def: "OperandDef", 140 operand_def: Optional["OperandDef"], type_var: Optional[TypeVar], 417 class OperandDef: class 745 def add_operand(self, name: str, operand: OperandDef):
|
| /llvm-project-15.0.7/mlir/test/Integration/Dialect/SparseTensor/taco/tools/ |
| H A D | mlir_pytaco.py | 503 expr_to_opnd: Dict["IndexExpr", lang.OperandDef], 801 expr_to_opnd: Dict[IndexExpr, lang.OperandDef], 1658 expr_to_opnd: Dict[IndexExpr, lang.OperandDef], 1726 expr_to_opnd: Dict[IndexExpr, lang.OperandDef], 1785 expr_to_opnd: Dict[IndexExpr, lang.OperandDef],
|