MCPcopy 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_batchFunction · 0.45
load_to_cpuMethod · 0.45
teardownMethod · 0.45
serializeMethod · 0.45
deserializeMethod · 0.45
serializeMethod · 0.45
build_maskFunction · 0.45

Calls 1

joinMethod · 0.80