Skip to content

Commit f5c68ac

Browse files
committed
Arm backend: Update backends-arm-ethos-u.md.
Update the doc to be more focused on detailed API documentation. Note that this documents the change introduced in #14191. Signed-off-by: Adrian Lundell <[email protected]> Change-Id: Iebfd537e038ce3517cd5c5158bcec311b7d2b258
1 parent c4fc948 commit f5c68ac

File tree

2 files changed

+184
-97
lines changed

2 files changed

+184
-97
lines changed

backends/arm/ethosu/partitioner.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,14 @@
1919

2020
@final
2121
class EthosUPartitioner(TOSAPartitioner):
22+
"""
23+
Partitions subgraphs supported by the Arm Ethos-U backend.
24+
25+
Attributes:
26+
compile_spec: List of CompileSpec objects for Ethos-U backend.
27+
additional_checks: Optional sequence of additional operator support checks.
28+
"""
29+
2230
def __init__(
2331
self,
2432
compile_spec: List[CompileSpec],

0 commit comments

Comments
 (0)