Interchange false/true operands of tf_executor.Switch MLIR op to match TF
PiperOrigin-RevId: 266171419
This commit is contained in:
parent
11c7902a6e
commit
b2c7258633
@ -272,8 +272,8 @@ def TfExecutor_SwitchOp : TfExecutor_Op<"Switch",
|
|||||||
);
|
);
|
||||||
|
|
||||||
let results = (outs
|
let results = (outs
|
||||||
AnyType: $trueOutput,
|
|
||||||
AnyType: $falseOutput,
|
AnyType: $falseOutput,
|
||||||
|
AnyType: $trueOutput,
|
||||||
TfeControlType: $control
|
TfeControlType: $control
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user