Home
last modified time | relevance | path

Searched defs:Runtime (Results 1 – 25 of 32) sorted by relevance

12

/external/rust/crates/tokio/src/runtime/tests/
Dtask.rs189 fn with(f: impl FnOnce(Runtime)) { in with()
212 struct Runtime(Arc<Inner>); struct
225 impl Runtime { impl
261 fn next_task(&self) -> task::Notified<Runtime> { in next_task()
280 impl Schedule for Runtime { implementation
Dqueue.rs192 struct Runtime; struct
194 impl Schedule for Runtime { implementation
Dloom_blocking.rs26 fn mk_runtime(num_threads: usize) -> Runtime { in mk_runtime()
Dloom_basic_scheduler.rs12 fn assert_at_most_num_polls(rt: Arc<Runtime>, at_most_polls: usize) { in assert_at_most_num_polls()
Dloom_pool.rs349 fn mk_pool(num_threads: usize) -> Runtime { in mk_pool()
/external/rust/crates/criterion/src/
Dasync_executor.rs46 impl AsyncExecutor for tokio::runtime::Runtime { implementation
52 impl AsyncExecutor for &tokio::runtime::Runtime { implementation
/external/tensorflow/tensorflow/lite/swift/Sources/
DTensorFlowLite.swift18 public enum Runtime { enum
/external/rust/crates/tokio/src/runtime/
Dmod.rs296 impl Runtime { impl
Dbuilder.rs514 pub fn build(&mut self) -> io::Result<Runtime> { in build()
557 fn build_basic_runtime(&mut self) -> io::Result<Runtime> { in build_basic_runtime()
/external/tensorflow/tensorflow/cc/experimental/libtf/runtime/tfrt/
Dtfrt.cc29 runtime::Runtime Runtime() { in Runtime() function
/external/tensorflow/tensorflow/cc/experimental/libtf/runtime/core/
Dcore.cc29 runtime::Runtime Runtime() { in Runtime() function
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_generator.h59 enum class Runtime { enum
/external/tensorflow/tensorflow/cc/experimental/base/public/
Druntime.h47 explicit Runtime(TFE_Context* ctx) : ctx_(ctx) {} in Runtime() function
Dstatus.h59 friend class Runtime; variable
Dtensor.h98 friend class Runtime; variable
/external/rust/crates/clang-sys/
DREADME.md85 ### Runtime subsection
/external/tensorflow/tensorflow/compiler/xla/service/g3doc/
Dgpu_backend.md162 ## Runtime section in XLA GPU Backend
/external/armnn/src/armnn/
DRuntime.hpp30 class Runtime final : public IRuntime, class
DRuntime.cpp185 Runtime::Runtime(const CreationOptions& options) in Runtime() function in armnn::Runtime
/external/tensorflow/tensorflow/core/tfrt/runtime/
Druntime.cc186 Runtime::Runtime(std::unique_ptr<tfrt::CoreRuntime> core_runtime, in Runtime() function in tensorflow::tfrt_stub::Runtime
/external/tensorflow/tensorflow/lite/kernels/shim/
Dop_kernel.h51 enum class Runtime { kTf, kTfLite }; enum
/external/pigweed/pw_tokenizer/
Dhash_test.cc68 TEST(Hashing, Runtime) PW_NO_SANITIZE("unsigned-integer-overflow") { in TEST() argument
/external/tensorflow/tensorflow/cc/experimental/libtf/runtime/
Druntime.cc162 Runtime::Runtime(AbstractContext* ctx) { in Runtime() function in tf::libtf::runtime::Runtime
/external/rust/crates/tokio/tests/
Drt_handle_block_on.rs477 fn new_multi_thread(n: usize) -> Runtime { in new_multi_thread()
/external/rust/crates/tokio/src/task/
Dlocal.rs462 pub fn block_on<F>(&self, rt: &crate::runtime::Runtime, future: F) -> F::Output in block_on()

12