Searched refs:hasComputedKernelForDispatchKey (Results 1 – 4 of 4) sorted by relevance
414 bool hasComputedKernelForDispatchKey(DispatchKey k) const { in hasComputedKernelForDispatchKey() function415 return operatorDef_->op.hasComputedKernelForDispatchKey(k); in hasComputedKernelForDispatchKey()
211 bool hasComputedKernelForDispatchKey(DispatchKey k) const;
238 bool OperatorEntry::hasComputedKernelForDispatchKey(DispatchKey k) const { in registerKernel() function in c10::impl::OperatorEntry
614 return op->hasComputedKernelForDispatchKey( in initDispatchBindings()