@@ -22,12 +22,16 @@ signature = "EthosUCompileSpec(target: str, system_config: str | None = None, me
2222
2323[python .EthosUCompileSpec .DebugMode ]
2424kind = " enum"
25- signature = " EthosUCompileSpec.DebugMode(value, names=None, *, module=None, qualname=None, type=None, start=1 )"
25+ signature = " EthosUCompileSpec.DebugMode(*values )"
2626
2727[python .EthosUCompileSpec .__eq__ ]
2828kind = " function"
2929signature = " EthosUCompileSpec.__eq__(self, other)"
3030
31+ [python .EthosUCompileSpec .__replace__ ]
32+ kind = " function"
33+ signature = " EthosUCompileSpec.__replace__(self, /, **changes)"
34+
3135[python .EthosUCompileSpec .__repr__ ]
3236kind = " function"
3337signature = " EthosUCompileSpec.__repr__(self)"
@@ -56,6 +60,10 @@ signature = "EthosUPartitioner.ops_to_not_decompose(self, ep: torch.export.expor
5660kind = " function"
5761signature = " EthosUPartitioner.partition(self, exported_program: torch.export.exported_program.ExportedProgram) -> executorch.exir.backend.partitioner.PartitionResult"
5862
63+ [python .EthosUPartitioner .register_custom_partition_op ]
64+ kind = " function"
65+ signature = " EthosUPartitioner.register_custom_partition_op(self, op: torch._ops.OpOverload) -> None"
66+
5967[python .EthosUQuantizer ]
6068kind = " class"
6169signature = " EthosUQuantizer(compile_spec: 'EthosUCompileSpec', use_composable_quantizer: 'bool' = False) -> 'None'"
@@ -102,12 +110,16 @@ signature = "VgfCompileSpec(tosa_spec: executorch.backends.arm.tosa.specificatio
102110
103111[python .VgfCompileSpec .DebugMode ]
104112kind = " enum"
105- signature = " VgfCompileSpec.DebugMode(value, names=None, *, module=None, qualname=None, type=None, start=1 )"
113+ signature = " VgfCompileSpec.DebugMode(*values )"
106114
107115[python .VgfCompileSpec .__eq__ ]
108116kind = " function"
109117signature = " VgfCompileSpec.__eq__(self, other)"
110118
119+ [python .VgfCompileSpec .__replace__ ]
120+ kind = " function"
121+ signature = " VgfCompileSpec.__replace__(self, /, **changes)"
122+
111123[python .VgfCompileSpec .__repr__ ]
112124kind = " function"
113125signature = " VgfCompileSpec.__repr__(self)"
@@ -136,6 +148,10 @@ signature = "VgfPartitioner.ops_to_not_decompose(self, ep: torch.export.exported
136148kind = " function"
137149signature = " VgfPartitioner.partition(self, exported_program: torch.export.exported_program.ExportedProgram) -> executorch.exir.backend.partitioner.PartitionResult"
138150
151+ [python .VgfPartitioner .register_custom_partition_op ]
152+ kind = " function"
153+ signature = " VgfPartitioner.register_custom_partition_op(self, op: torch._ops.OpOverload) -> None"
154+
139155[python .VgfQuantizer ]
140156kind = " class"
141157signature = " VgfQuantizer(compile_spec: 'VgfCompileSpec', use_composable_quantizer: 'bool' = False) -> 'None'"
0 commit comments