Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apple/axlearn
/ result
Method
result
axlearn/common/array_serialization.py:987–988 ·
view source on GitHub ↗
(self, timeout: Optional[int] = None)
Source
from the content-addressed store, hash-verified
985
# pylint: disable-next=broad-exception-caught
986
except
Exception
as
e:
987
self._exception = e
988
989
def
join(self, timeout=None):
990
super().join(timeout=timeout)
991
if
self._exception is not None:
Callers
11
download_job_batch
Function · 0.45
load_to_cpu
Method · 0.45
teardown
Method · 0.45
serialize
Method · 0.45
deserialize
Method · 0.45
serialize
Method · 0.45
test_async_serialize_d2h_sync
Method · 0.45
test_async_serialize_exception_safety
Method · 0.45
test_restored_iterator_resumes
Method · 0.45
test_no_save_input_iterator
Method · 0.45
build_mask
Function · 0.45
Calls
1
join
Method · 0.80
Tested by
4
test_async_serialize_d2h_sync
Method · 0.36
test_async_serialize_exception_safety
Method · 0.36
test_restored_iterator_resumes
Method · 0.36
test_no_save_input_iterator
Method · 0.36