binary performs a sparse binary operation within linalg.generic,
providing the flexibility to do intersection or union or even more
advanced (ex. A-B -> -B when A is missing).
unary performs a sparse unary operation within linalg.generic.
Both the "present" and "missing" values can return a result, allowing
for a simple apply, converting sparse to dense (e.g. A+1), or even
performing a sparse mask inversion.
this should not be in the section define at L21.
Please add a new section
===----------------------------------------------------------------------===
TensorDialect Enum Methods.
===----------------------------------------------------------------------===//