Skip to content

Commit 4b83733

Browse files
committed
Update base for Update on "Remove usages of 'to_edge_with_preserve_ops'"
Replace with to_edge. Differential Revision: [D78311705](https://our.internmc.facebook.com/intern/diff/D78311705/) [ghstack-poisoned]
1 parent ac67efc commit 4b83733

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

exir/program/test/test_program.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -784,11 +784,7 @@ def _test_to_edge_with_preserved_ops(
784784
self, program, preserved_ops, expected_preserved_ops
785785
):
786786
edge = to_edge(
787-
<<<<<<< HEAD
788787
program, compile_config=EdgeCompileConfig(preserve_ops=preserved_ops)
789-
=======
790-
program, compile_config=EdgeCompileConfig(_preserve_ops=preserved_ops)
791-
>>>>>>> 0012ffaf9f (Add preserve_ops to EdgeCompileConfig (#12546))
792788
)
793789

794790
def count_nodes(graph_module, target):

0 commit comments

Comments
 (0)