Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/
H A D_utils.py907 def _get_device_module(device_type: str): function
/aosp_15_r20/external/pytorch/torch/utils/
H A Dcheckpoint.py92 def _get_device_module(device="cuda"): function