Home
last modified time | relevance | path

Searched defs:use_cuda (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/pytorch/test/distributed/
H A Dtest_pg_wrapper.py72 def _test_collective_hang(self, wrapper_pg, use_cuda=False): argument
93 def _test_collectives_op_mismatch(self, wrapper_pg, use_cuda=False): argument
148 def _test_collective_shape_mismatch(self, wrapper_pg, use_cuda=False): argument
/aosp_15_r20/external/pytorch/torch/utils/bottleneck/
H A D__main__.py95 def run_prof(use_cuda=False): argument
/aosp_15_r20/external/pytorch/test/profiler/
H A Dtest_execution_trace.py50 def payload(self, use_cuda=False): argument
H A Dtest_profiler.py480 def payload(self, use_cuda=False): argument
/aosp_15_r20/external/pytorch/torch/autograd/
H A Dprofiler_legacy.py40 use_cuda=False, argument
H A Dprofiler.py201 use_cuda=False, # Deprecated argument
/aosp_15_r20/external/pytorch/torch/csrc/jit/codegen/fuser/
H A Dcompiler.cpp281 const bool use_cuda = device.is_cuda(); in compileKernel() local
H A Dcodegen.cpp368 const bool use_cuda) { in generateKernel()
/aosp_15_r20/external/pytorch/test/nn/
H A Dtest_convolution.py1235 use_cuda=False, argument
/aosp_15_r20/external/pytorch/test/jit/
H A Dtest_tracer.py916 def run_ge_tests(self, optimize, use_cuda): argument
/aosp_15_r20/external/pytorch/test/
H A Dtest_nn.py3083 def get_a_test_layer(use_cuda, activation, batch_first=False): argument