Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/test/Integration/Dialect/SparseTensor/taco/tools/
H A Dmlir_pytaco.py371 def _make_format(formats: List[ModeFormat], function
1007 self._format = _make_format([fmt] * self.order)
1010 self._format = _make_format(fmt)
1082 self._format = _make_format([], [])
2051 _make_format(mode_fmts),