Home
last modified time | relevance | path

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

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