Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pytorch/executorch
/ BackendDelegate
Class
BackendDelegate
exir/schema.py:251–254 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
249
250
@dataclass
251
class
BackendDelegate:
252
id: str
253
processed: BackendDelegateDataReference
254
compile_specs: List[CompileSpec]
255
256
257
@dataclass
Callers
4
_make_program
Method · 0.90
add_delegate_data
Function · 0.90
test_canonicalize_delegate_indices
Method · 0.90
_emit_delegate
Method · 0.90
Calls
no outgoing calls
Tested by
3
_make_program
Method · 0.72
add_delegate_data
Function · 0.72
test_canonicalize_delegate_indices
Method · 0.72