Home
last modified time | relevance | path

Searched refs:TypeFnType (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/python/mlir/dialects/linalg/opdsl/lang/
H A Dcomprehension.py320 class TypeFnType: class
348 cast_signed = TypeFnType("cast_signed")
349 cast_unsigned = TypeFnType("cast_unsigned")
631 if not isinstance(default, TypeFnType):
H A Demitter.py41 **attrs: Union[Sequence[int], TypeFnType]): argument
158 if not isinstance(fn, TypeFnType):