Home
last modified time | relevance | path

Searched refs:hasBackendFallbackForDispatchKey (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/core/dispatch/
H A DDispatcher.h191 bool hasBackendFallbackForDispatchKey(DispatchKey dk) { in hasBackendFallbackForDispatchKey() function
/aosp_15_r20/external/pytorch/torch/csrc/utils/
H A Dpython_dispatch.cpp783 return c10::Dispatcher::singleton().hasBackendFallbackForDispatchKey(t); in initDispatchBindings()