MCPcopy Create free account
hub / github.com/pytorch/executorch / kwargs

Method kwargs

backends/mlx/builder/program_builder.py:197–198  ·  view source on GitHub ↗
(self, node: Node)

Source from the content-addressed store, hash-verified

195 return self.slot_map(node.args)
196
197 def kwargs(self, node: Node) -> Dict[str, Any]:
198 return self.slot_map(node.kwargs)
199
200 def slot_map(self, tree):
201 leaves, spec = pytree.tree_flatten(tree)

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

no test coverage detected