Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/core/op_registration/
H A Dop_registration_test.cpp2056 void autograd_kernel_redispatching_without_DispatchKeySet(c10::DispatchKeySet ks, Tensor a) { in autograd_kernel_redispatching_without_DispatchKeySet() function
2123 m.impl("fn", c10::DispatchKey::AutogradCPU, autograd_kernel_redispatching_without_DispatchKeySet); in TEST()