[mlir] Add `res()` method to `linalg::ContractionOpInterface` (#76539)
In addition to `lhs()` and `rhs()` to return left and right operands, add `res()` to return the result value.
parent
ddf0096a
Please register or sign in to comment
In addition to `lhs()` and `rhs()` to return left and right operands, add `res()` to return the result value.