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 542480c commit ce715c5Copy full SHA for ce715c5
exir/backend/backend_api.py
@@ -1,5 +1,6 @@
1
# Copyright (c) Meta Platforms, Inc. and affiliates.
2
# All rights reserved.
3
+# Copyright 2025 Arm Limited and/or its affiliates.
4
#
5
# This source code is licensed under the BSD-style license found in the
6
# LICENSE file in the root directory of this source tree.
@@ -56,9 +57,9 @@ def to_backend(
56
57
) -> LoweredBackendModule:
58
59
def to_backend(
- graph_module: torch.fx.GraphModule,
60
- partitioner: Type[TPartitioner],
61
- ) -> torch.fx.GraphModule
+ edge_program: ExportedProgram,
+ partitioner: Partitioner,
62
+ ) -> ExportedProgram:
63
"""
64
pass
65
0 commit comments