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

Method dump

exir/program/_program.py:517–518  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

515 return _to_edge(self, config)
516
517 def dump(self) -> None:
518 print(self.exported_program.graph_module.graph)
519
520 def to_executorch(
521 self,

Callers 15

to_yamlMethod · 0.80
export_whisper_to_mlxFunction · 0.80
mainFunction · 0.80
qnn_net_runMethod · 0.80
qnn_profile_viewerMethod · 0.80
save_checkpointFunction · 0.80
build_hf_checkpointFunction · 0.80
test_export_to_pteMethod · 0.80
_save_bundleFunction · 0.80

Calls

no outgoing calls

Tested by 5

save_checkpointFunction · 0.64
build_hf_checkpointFunction · 0.64
test_export_to_pteMethod · 0.64
_save_bundleFunction · 0.64