Home
last modified time | relevance | path

Searched defs:driver_str (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/mesa/pipe/
H A Ddevice.rs72 let driver_str: Vec<_> = driver_str.split(':').collect(); in get_enabled_devs() localVariable
81 let driver_str = match driver_str[0] { in get_enabled_devs() localVariable
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DBatchLinearAlgebra.cpp3481 std::string driver_str; in get_default_lstsq_driver() local