Skip to content
Open
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
4 changes: 0 additions & 4 deletions exir/_serialize/_program.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,10 +291,6 @@ def _extract_delegate_segments(
"Program must only contain inline delegate data, "
+ f"saw {repr(delegate)}"
)
# TODO(T144120904): Don't extract small blobs into segments;
# have a cutoff. Or callers could provide a callback that
# returns true/false for a given BackendDelegate, letting them
# use their own logic.
try:
inline: BackendDelegateInlineData = program.backend_delegate_data[
delegate.processed.index
Expand Down
Loading