Home
last modified time | relevance | path

Searched defs:unpack_error_cb (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/pytorch/torch/utils/
H A Dcheckpoint.py816 def __init__(self, recompute_fn, early_stop, unpack_error_cb, metadata_fn): argument
999 def unpack_error_cb(e: CheckpointError): function