Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pytorch/executorch
/ args
Method
args
backends/mlx/builder/program_builder.py:194–195 ·
view source on GitHub ↗
(self, node: Node)
Source
from the content-addressed store, hash-verified
192
self._current_chain = prev_chain
193
194
def
args(self, node: Node) -> Tuple[Any, ...]:
195
return
self.slot_map(node.args)
196
197
def
kwargs(self, node: Node) -> Dict[str, Any]:
198
return
self.slot_map(node.kwargs)
Callers
15
handler
Function · 0.80
_isnan_handler
Function · 0.80
_linear_handler
Function · 0.80
_addmm_handler
Function · 0.80
_mm_handler
Function · 0.80
_view_handler
Function · 0.80
_clone_handler
Function · 0.80
_copy_handler
Function · 0.80
_dim_order_clone_handler
Function · 0.80
_dim_order_copy_handler
Function · 0.80
_to_copy_handler
Function · 0.80
_embedding_handler
Function · 0.80
Calls
1
slot_map
Method · 0.95
Tested by
1
_vadd_handler
Function · 0.64