Searched refs:TypeVar (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/mlir/python/mlir/dialects/linalg/opdsl/lang/ |
| H A D | types.py | 38 class TypeVar: class 70 TV = TypeVar.create_expando()
|
| H A D | comprehension.py | 140 operand_def: Optional["OperandDef"], type_var: Optional[TypeVar], argument 330 def __call__(self, type_var: TypeVar, arg: TensorExpression) -> "TensorFn": argument 426 type_var: Optional[TypeVar] = None, argument 431 if type_var and not isinstance(type_var, TypeVar): 489 type_var: TypeVar, argument 544 def __init__(self, type_var: TypeVar): argument 637 def __call__(self, type_var: TypeVar, arg: TensorExpression) -> TensorFn: argument
|
| H A D | config.py | 63 def type_var(self) -> TypeVar:
|
| /llvm-project-15.0.7/clang/utils/analyzer/ |
| H A D | CmpRuns.py | 39 Sequence, Set, TextIO, TypeVar, Tuple, Union) 49 T = TypeVar('T')
|
| /llvm-project-15.0.7/mlir/docs/Dialects/Linalg/ |
| H A D | OpDSL.md | 216 * `TypeFn.cast_signed(TypeVar, operand)` 217 * `TypeFn.cast_unsigned(TypeVar, operand)` 278 `TypeVar` first argument are emitted as `type_fn` primitives in the YAML
|
| /llvm-project-15.0.7/mlir/python/mlir/_mlir_libs/_mlir/ |
| H A D | ir.pyi | 12 Type as _Type, TypeVar 128 _TOperation = TypeVar("_TOperation", bound=_OperationBase)
|