Home
last modified time | relevance | path

Searched refs:isBackendDispatchKey (Results 1 – 3 of 3) sorted by relevance

/external/pytorch/c10/core/
DDispatchKeySet.cpp34 bool isBackendDispatchKey(DispatchKey t) { in isBackendDispatchKey() function
DDispatchKeySet.h807 C10_API bool isBackendDispatchKey(DispatchKey t);
/external/pytorch/aten/src/ATen/core/dispatch/
DOperatorEntry.cpp427 if (c10::isBackendDispatchKey(dispatch_key)) { in registerKernel()