We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2832531 commit 452568dCopy full SHA for 452568d
mlir/python/mlir/dialects/transform/__init__.py
@@ -249,9 +249,7 @@ def __init__(
249
250
if isinstance(value, (Value, Operation, OpView)):
251
dynamic_options.append(_get_op_result_or_value(value))
252
- options_dict[key] = ParamOperandAttr(
253
- cur_param_operand_idx, context
254
- )
+ options_dict[key] = ParamOperandAttr(cur_param_operand_idx, context)
255
cur_param_operand_idx += 1
256
elif isinstance(value, Attribute):
257
options_dict[key] = value
0 commit comments