Home
last modified time | relevance | path

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 Dtypes.py38 class TypeVar: class
70 TV = TypeVar.create_expando()
H A Dcomprehension.py140 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 Dconfig.py63 def type_var(self) -> TypeVar:
/llvm-project-15.0.7/clang/utils/analyzer/
H A DCmpRuns.py39 Sequence, Set, TextIO, TypeVar, Tuple, Union)
49 T = TypeVar('T')
/llvm-project-15.0.7/mlir/docs/Dialects/Linalg/
H A DOpDSL.md216 * `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 Dir.pyi12 Type as _Type, TypeVar
128 _TOperation = TypeVar("_TOperation", bound=_OperationBase)