Home
last modified time | relevance | path

Searched refs:assertNotCapturing (Results 1 – 2 of 2) sorted by relevance

/external/pytorch/aten/src/ATen/cuda/
DCUDAGeneratorImpl.cpp133 at::cuda::assertNotCapturing( in register_graph()
215 at::cuda::assertNotCapturing( in replay_prologue()
245 at::cuda::assertNotCapturing("Cannot construct a new CUDAGeneratorImpl");
266 at::cuda::assertNotCapturing( in set_current_seed()
279 at::cuda::assertNotCapturing("Cannot call CUDAGeneratorImpl::set_offset"); in set_offset()
291 at::cuda::assertNotCapturing("Cannot call CUDAGeneratorImpl::get_offset"); in get_offset()
301 at::cuda::assertNotCapturing("Cannot call CUDAGeneratorImpl::current_seed"); in current_seed()
313 at::cuda::assertNotCapturing("Cannot call CUDAGeneratorImpl::seed"); in seed()
346 at::cuda::assertNotCapturing( in set_state()
470 at::cuda::assertNotCapturing( in philox_engine_inputs()
[all …]
DCUDAGraphsUtils.cuh30 inline void assertNotCapturing(const std::string& attempt) { in assertNotCapturing() function