Home
last modified time | relevance | path

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 Dtypes.py38 class TypeVar: class
H A Dcomprehension.py140 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 Dscalar_expr.py36 attr_name: Optional[str], type_var: Optional["TypeVar"],