Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/_dynamo/
H A Ddevice_interface.py11 from torch._C import _cuda_getCurrentRawStream as get_cuda_stream unknown
13 get_cuda_stream = None variable
/aosp_15_r20/external/pytorch/test/inductor/
H A Dtest_cuda_repro.py412 from torch._C import _cuda_getCurrentRawStream as get_cuda_stream unknown