Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/proto/h1/
Ddecode.rs832 fn new_runtime() -> tokio::runtime::Runtime { in new_runtime() function
/aosp_15_r20/external/pytorch/benchmarks/static_runtime/
H A Dtest_static_runtime.cc3623 torch::jit::StaticRuntime new_runtime(std::move(runtime)); in TEST() local