Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/vhost/src/vhost_kern/
Dvdpa.rs545 let backend_features = vdpa.get_backend_features().unwrap(); in test_vdpa_kern_dma() localVariable
546 assert_ne!(backend_features & (1 << VHOST_BACKEND_F_IOTLB_MSG_V2), 0); in test_vdpa_kern_dma()
547 vdpa.set_backend_features(backend_features).unwrap(); in test_vdpa_kern_dma()
/external/pytorch/torch/_inductor/codegen/
Dtriton.py2960 backend_features = dict.fromkeys( # dict for deterministic order variable in TritonScheduling
2971 backend_features.update(
2983 return cls.backend_features
Dcpp.py3894 backend_features = dict.fromkeys( variable in CppScheduling
3903 return cls.backend_features