Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/uniffi_macros/src/export/
Dattributes.rs19 pub(crate) async_runtime: Option<AsyncRuntime>, field
76 pub(crate) async_runtime: Option<AsyncRuntime>, field
129 pub(crate) async_runtime: Option<AsyncRuntime>, field
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/runtime/
H A Dasync_runtime.cc176 static thread_local AsyncRuntime async_runtime; variable