Home
last modified time | relevance | path

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

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