Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/test/Integration/Dialect/SparseTensor/taco/tools/
H A Dmlir_pytaco.py193 def _mode_format_operation(a: ModeFormat, b: ModeFormat, function
224 conjunction = functools.partial(_mode_format_operation, op=operator.and_)
225 disjunction = functools.partial(_mode_format_operation, op=operator.or_)