Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/test/Integration/Dialect/SparseTensor/taco/tools/
H A Dmlir_pytaco.py229 def _all_instance_of(collection: Iterable, cls: Any) -> bool: function
258 not _all_instance_of(self.ordering, int)):
293 not _all_instance_of(self.formats, ModeFormat)):
329 if not _all_instance_of(self.format_pack, ModeFormat):
338 if not _all_instance_of(self.ordering, int):
1066 value_or_shape, list)) and _all_instance_of(value_or_shape, int)
1086 value_or_shape, list)) and _all_instance_of(value_or_shape, int):
1147 if not _all_instance_of(coords, int):
1225 _all_instance_of(coordinates, Tuple))
1341 elif isinstance(indices, tuple) and _all_instance_of(indices, IndexVar):
[all …]