Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/core/dispatch/
H A DDispatcher.h402 bool hasKernelForDispatchKey(DispatchKey k) const { in hasKernelForDispatchKey() function
H A DOperatorEntry.cpp223 bool OperatorEntry::hasKernelForDispatchKey(DispatchKey k) const { in registerKernel() function in c10::impl::OperatorEntry