Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/c10/cuda/
H A DCUDAFunctions.h59 void set_sync_debug_mode(SyncDebugMode l) { in set_sync_debug_mode() function
/aosp_15_r20/external/pytorch/torch/cuda/
H A D__init__.py1012 def set_sync_debug_mode(debug_mode: Union[int, str]) -> None: function