Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions backends/arm/ethosu/partitioner.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@

@final
class EthosUPartitioner(TOSAPartitioner):
"""
Partitions subgraphs supported by the Arm Ethos-U backend.

Attributes:
compile_spec: List of CompileSpec objects for Ethos-U backend.
additional_checks: Optional sequence of additional operator support checks.
"""

def __init__(
self,
compile_spec: List[CompileSpec],
Expand Down
Loading
Loading