Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pytorch/pytorch
/ dump
Method
dump
torch/jit/_script.py:1677–1678 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1675
return
"\n\n"
.join(outputs)
1676
1677
def
dump(self):
1678
print(self.dump_string())
1679
1680
1681
def
_unwrap_optional(x):
Callers
15
_save_storages
Function · 0.45
_legacy_save
Function · 0.45
_save
Function · 0.45
_extract_tensors
Function · 0.45
save_pickle
Method · 0.45
export_memory_timeline
Method · 0.45
export_memory_timeline_raw
Method · 0.45
report_all_anti_patterns
Function · 0.45
_object_to_tensor
Function · 0.45
finish
Method · 0.45
finish
Method · 0.45
record_exception
Method · 0.45
Calls
1
dump_string
Method · 0.95
Tested by
13
mocked_file
Function · 0.36
test_meta_tracer
Method · 0.36
test_no_multiprocessing_support
Method · 0.36
test_serialization_offset_gzip
Method · 0.36
test_serialization_offset
Method · 0.36
test_serialization_offset_filelike
Method · 0.36
test_RNG_after_pickle
Method · 0.36
load_mock_profile
Method · 0.36
test_failure_incorrect_reply_file
Method · 0.36
test_process_failure_new_format
Method · 0.36
test_process_mast_error_format
Method · 0.36
generate_callgrind_artifacts
Function · 0.36