You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: exir/program/_program.py
+3-7Lines changed: 3 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -571,15 +571,11 @@ def to_edge(
571
571
aten dialect. Upon construction those programs are transformed into edge dialect.
572
572
573
573
Args:
574
-
Can be a single ExportedProgram or a dictionary mapping function names
575
-
to their corresponding ExportedPrograms. If only a single ExportedProgram is provided
576
-
it will be assigned the name "forward".
574
+
programs: Can be a single ExportedProgram or a dictionary mapping function names to their corresponding ExportedPrograms. If only a single ExportedProgram is provided it will be assigned the name "forward".
577
575
578
-
constant_methods: An optional dictionary of method name to the constant value returned
579
-
by that method in eager mode. Often used to store config information on Edge models.
576
+
constant_methods: An optional dictionary of method name to the constant value returned by that method in eager mode. Often used to store config information on Edge models.
580
577
581
-
compile_config: An optional argument used to provide greater control over
582
-
the transformation to edge dialect process.
578
+
compile_config: An optional argument used to provide greater control over the transformation to edge dialect process.
0 commit comments