Home
last modified time | relevance | path

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

/external/rust/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
/external/tensorflow/tensorflow/compiler/xla/runtime/
Dasync_runtime.cc176 static thread_local AsyncRuntime async_runtime; variable