Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/test/Integration/Dialect/SparseTensor/taco/tools/
H A Dmlir_pytaco_utils.py22 _SupportFunc = Callable[..., None] variable
23 _SupportFuncLocator = Callable[[np.dtype], Tuple[_SupportFunc, _SupportFunc]]
51 ty: np.dtype, to_func: _SupportFunc, from_func: _SupportFunc, argument
52 ty_to_funcs: Dict[np.dtype, Tuple[_SupportFunc, _SupportFunc]]) -> None: argument