MCPcopy 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

handlerFunction · 0.80
_isnan_handlerFunction · 0.80
_linear_handlerFunction · 0.80
_addmm_handlerFunction · 0.80
_mm_handlerFunction · 0.80
_view_handlerFunction · 0.80
_clone_handlerFunction · 0.80
_copy_handlerFunction · 0.80
_dim_order_clone_handlerFunction · 0.80
_dim_order_copy_handlerFunction · 0.80
_to_copy_handlerFunction · 0.80
_embedding_handlerFunction · 0.80

Calls 1

slot_mapMethod · 0.95

Tested by 1

_vadd_handlerFunction · 0.64