Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/tensor/
H A Dpython_tensor.cpp49 return backendToDispatchKey(static_cast<Backend>(backend)); in get_dispatch_key()
456 return backendToDispatchKey(default_backend); in get_default_dispatch_key()
/aosp_15_r20/external/pytorch/c10/core/
H A DBackend.h145 inline DispatchKey backendToDispatchKey(Backend b) { in backendToDispatchKey() function