Home
last modified time | relevance | path

Searched refs:hasComputedKernelForDispatchKey (Results 1 – 4 of 4) 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
415 return operatorDef_->op.hasComputedKernelForDispatchKey(k); in hasComputedKernelForDispatchKey()
H A DOperatorEntry.h211 bool hasComputedKernelForDispatchKey(DispatchKey k) const;
H A DOperatorEntry.cpp238 bool OperatorEntry::hasComputedKernelForDispatchKey(DispatchKey k) const { in registerKernel() function in c10::impl::OperatorEntry
/aosp_15_r20/external/pytorch/torch/csrc/utils/
H A Dpython_dispatch.cpp614 return op->hasComputedKernelForDispatchKey( in initDispatchBindings()