Home
last modified time | relevance | path

Searched defs:DO_CASE (Results 1 – 3 of 3) sorted by relevance

/external/pytorch/c10/core/
DTensorOptions.h645 #define DO_CASE(device, _) \ in computeDispatchKey() macro
680 #define DO_CASE(device, _) \ in computeDispatchKey() macro
707 #define DO_CASE(device, _) \ in computeDispatchKey() macro
728 #define DO_CASE(bc, _) case DispatchKey::Sparse##bc: in dispatchKeyToLayout() macro
732 #define DO_CASE(bc, _) case DispatchKey::SparseCsr##bc: in dispatchKeyToLayout() macro
747 #define DO_CASE(suffix, prefix) \ in dispatchKeyToDeviceType() macro
DDispatchKey.cpp49 #define DO_CASE(device, _) \ in toBackendComponent() macro
/external/pytorch/aten/src/ATen/native/sparse/
DSparseTensor.cpp156 #define DO_CASE(device, _) \ in new_sparse() macro