Searched refs:hasKernelForAnyDispatchKey (Results 1 – 4 of 4) sorted by relevance
214 bool OperatorEntry::hasKernelForAnyDispatchKey(DispatchKeySet ks) const { in registerKernel() function in c10::impl::OperatorEntry322 hasKernelForAnyDispatchKey(getBackendKeySetFromAutograd(dispatch_key)) || in registerKernel()348 && hasKernelForAnyDispatchKey(c10::autogradother_backends)) { in registerKernel()
410 bool hasKernelForAnyDispatchKey(DispatchKeySet k) const { in hasKernelForAnyDispatchKey() function411 return operatorDef_->op.hasKernelForAnyDispatchKey(k); in hasKernelForAnyDispatchKey()
203 bool hasKernelForAnyDispatchKey(DispatchKeySet ks) const;
599 return op->hasKernelForAnyDispatchKey(ks); in initDispatchBindings()