Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/cuda/
H A DGraph.cpp34 std::string capture_error_mode) { in THCPGraph_init()
/aosp_15_r20/external/pytorch/torch/cuda/
H A Dgraphs.py56 def capture_begin(self, pool=None, capture_error_mode="global"): argument
/aosp_15_r20/external/pytorch/test/
H A Dtest_cuda.py3038 def throws_on_cuda_event(capture_error_mode): argument