Searched refs:highestPriorityBackendTypeId (Results 1 – 3 of 3) sorted by relevance
323 ASSERT_EQ(DispatchKey::CPU, c10::highestPriorityBackendTypeId(dense_cpu)); in TEST()329 DispatchKey::SparseCUDA, c10::highestPriorityBackendTypeId(sparse_cuda)); in TEST()335 c10::highestPriorityBackendTypeId(sparse_compressed_cuda)); in TEST()342 c10::highestPriorityBackendTypeId(quantized_cuda)); in TEST()
10 auto k = c10::highestPriorityBackendTypeId(key_set); in sparseTensorSetToDeviceType()
894 inline DispatchKey highestPriorityBackendTypeId(DispatchKeySet ks) { in highestPriorityBackendTypeId() function