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

Method run

exir/tests/test_memory_planning.py:247–252  ·  view source on GitHub ↗
(
        self,
        graph_module: torch.fx.GraphModule,
        graph_signature: Optional[ExportGraphSignature] = None,
    )

Source from the content-addressed store, hash-verified

245 return super().run(graph_module)
246
247 def run(
248 self,
249 graph_module: torch.fx.GraphModule,
250 graph_signature: Optional[ExportGraphSignature] = None,
251 ) -> PassResult:
252 return self.call(graph_module)
253
254
255class MultiplePoolsToyModel(torch.nn.Module):

Callers 15

test_resnetMethod · 0.45
test_call_delegateMethod · 0.45
test_to_backendMethod · 0.45
_check_countMethod · 0.45
test_convert_symb_opsMethod · 0.45
test_replace_sliceMethod · 0.45

Calls 1

callMethod · 0.95

Tested by

no test coverage detected