Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/utils/data/datapipes/
H A Ddatapipe.py124 getstate_hook: Optional[Callable] = None variable in IterDataPipe
279 getstate_hook: Optional[Callable] = None variable in MapDataPipe
/aosp_15_r20/external/pytorch/torch/utils/data/
H A Dgraph.py39 def getstate_hook(ori_state): function