Home
last modified time | relevance | path

Searched refs:handle_call_function (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/executorch/backends/apple/mps/
H A Dmps_preprocess.py116 "call_function": MPSBackend.handle_call_function,
167 def handle_call_function( member in MPSBackend
/aosp_15_r20/external/executorch/exir/serde/
H A Dserialize.py85 def handle_call_function(self, node: torch.fx.Node) -> None: member in GraphModuleSerializer
120 super().handle_call_function(node)
H A Dexport_serialize.py497 def handle_call_function(self, node: torch.fx.Node): member in GraphModuleSerializer
/aosp_15_r20/external/pytorch/torch/_export/serde/
H A Dserialize.py490 def handle_call_function(self, node: torch.fx.Node): member in GraphModuleSerializer