Searched defs:TypeVar (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/mlir/python/mlir/dialects/linalg/opdsl/lang/ |
| H A D | types.py | 38 class TypeVar: class
|
| H A D | comprehension.py | 140 operand_def: Optional["OperandDef"], type_var: Optional[TypeVar], 330 def __call__(self, type_var: TypeVar, arg: TensorExpression) -> "TensorFn": 426 type_var: Optional[TypeVar] = None, 489 type_var: TypeVar, 544 def __init__(self, type_var: TypeVar): 637 def __call__(self, type_var: TypeVar, arg: TensorExpression) -> TensorFn:
|
| H A D | scalar_expr.py | 36 attr_name: Optional[str], type_var: Optional["TypeVar"],
|