Skip to content

Commit a0647fc

Browse files
committed
fix for public manifest
Signed-off-by: Rob Elliott <Robert.Elliott@arm.com> Change-Id: I49be3aaeb79c2a0b0124dc1267626e7e9098f8a5
1 parent 654b52c commit a0647fc

1 file changed

Lines changed: 18 additions & 2 deletions

File tree

backends/arm/public_api_manifests/api_manifest_running.toml

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,16 @@ signature = "EthosUCompileSpec(target: str, system_config: str | None = None, me
2222

2323
[python.EthosUCompileSpec.DebugMode]
2424
kind = "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__]
2828
kind = "function"
2929
signature = "EthosUCompileSpec.__eq__(self, other)"
3030

31+
[python.EthosUCompileSpec.__replace__]
32+
kind = "function"
33+
signature = "EthosUCompileSpec.__replace__(self, /, **changes)"
34+
3135
[python.EthosUCompileSpec.__repr__]
3236
kind = "function"
3337
signature = "EthosUCompileSpec.__repr__(self)"
@@ -56,6 +60,10 @@ signature = "EthosUPartitioner.ops_to_not_decompose(self, ep: torch.export.expor
5660
kind = "function"
5761
signature = "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]
6068
kind = "class"
6169
signature = "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]
104112
kind = "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__]
108116
kind = "function"
109117
signature = "VgfCompileSpec.__eq__(self, other)"
110118

119+
[python.VgfCompileSpec.__replace__]
120+
kind = "function"
121+
signature = "VgfCompileSpec.__replace__(self, /, **changes)"
122+
111123
[python.VgfCompileSpec.__repr__]
112124
kind = "function"
113125
signature = "VgfCompileSpec.__repr__(self)"
@@ -136,6 +148,10 @@ signature = "VgfPartitioner.ops_to_not_decompose(self, ep: torch.export.exported
136148
kind = "function"
137149
signature = "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]
140156
kind = "class"
141157
signature = "VgfQuantizer(compile_spec: 'VgfCompileSpec', use_composable_quantizer: 'bool' = False) -> 'None'"

0 commit comments

Comments
 (0)