Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/test/Integration/Dialect/SparseTensor/taco/tools/
H A Dmlir_pytaco.py90 _AnyRuntimeType = Union[np.int8, np.int16, np.int32, np.int64, np.float16, variable
123 def value(self) -> _AnyRuntimeType:
1207 values: List[_AnyRuntimeType], argument
1503 def get_scalar_value(self) -> _AnyRuntimeType:
1519 self) -> Tuple[List[Tuple[int, ...]], List[_AnyRuntimeType]]: