Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/core/dispatch/
H A DDispatcher.h410 bool hasKernelForAnyDispatchKey(DispatchKeySet k) const { in hasKernelForAnyDispatchKey() function
H A DOperatorEntry.cpp214 bool OperatorEntry::hasKernelForAnyDispatchKey(DispatchKeySet ks) const { in registerKernel() function in c10::impl::OperatorEntry