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 7026ec6 commit 6a26ccbCopy full SHA for 6a26ccb
exir/program/_program.py
@@ -972,6 +972,7 @@ def _sanity_check_graph_for_non_decomp_ops(
972
def _remove_invalid_ops_for_not_decompose(
973
ops_to_not_decompose: List[torch._ops.OpOverload],
974
) -> List[torch._ops.OpOverload]:
975
+ # To address https://github.com/pytorch/executorch/issues/8781
976
def keep(op):
977
schema = op._schema
978
native_schema = _pybind_schema_to_native_schema(schema)
0 commit comments