Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/configparser/src/
Dini.rs1207 pub async fn load_async<T: AsRef<Path>>( in load_async() method
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dcodecache.py2439 def load_async(cls, source_code: str, cuda=False, submit_fn=None, extra_flags=()): member in CppCodeCache