| /external/rust/crates/tokio/src/runtime/tests/ |
| D | task.rs | 189 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
|
| D | queue.rs | 192 struct Runtime; struct 194 impl Schedule for Runtime { implementation
|
| D | loom_blocking.rs | 26 fn mk_runtime(num_threads: usize) -> Runtime { in mk_runtime()
|
| D | loom_basic_scheduler.rs | 12 fn assert_at_most_num_polls(rt: Arc<Runtime>, at_most_polls: usize) { in assert_at_most_num_polls()
|
| D | loom_pool.rs | 349 fn mk_pool(num_threads: usize) -> Runtime { in mk_pool()
|
| /external/rust/crates/criterion/src/ |
| D | async_executor.rs | 46 impl AsyncExecutor for tokio::runtime::Runtime { implementation 52 impl AsyncExecutor for &tokio::runtime::Runtime { implementation
|
| /external/tensorflow/tensorflow/lite/swift/Sources/ |
| D | TensorFlowLite.swift | 18 public enum Runtime { enum
|
| /external/rust/crates/tokio/src/runtime/ |
| D | mod.rs | 296 impl Runtime { impl
|
| D | builder.rs | 514 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/ |
| D | tfrt.cc | 29 runtime::Runtime Runtime() { in Runtime() function
|
| /external/tensorflow/tensorflow/cc/experimental/libtf/runtime/core/ |
| D | core.cc | 29 runtime::Runtime Runtime() { in Runtime() function
|
| /external/protobuf/src/google/protobuf/compiler/cpp/ |
| D | cpp_generator.h | 59 enum class Runtime { enum
|
| /external/tensorflow/tensorflow/cc/experimental/base/public/ |
| D | runtime.h | 47 explicit Runtime(TFE_Context* ctx) : ctx_(ctx) {} in Runtime() function
|
| D | status.h | 59 friend class Runtime; variable
|
| D | tensor.h | 98 friend class Runtime; variable
|
| /external/rust/crates/clang-sys/ |
| D | README.md | 85 ### Runtime subsection
|
| /external/tensorflow/tensorflow/compiler/xla/service/g3doc/ |
| D | gpu_backend.md | 162 ## Runtime section in XLA GPU Backend
|
| /external/armnn/src/armnn/ |
| D | Runtime.hpp | 30 class Runtime final : public IRuntime, class
|
| D | Runtime.cpp | 185 Runtime::Runtime(const CreationOptions& options) in Runtime() function in armnn::Runtime
|
| /external/tensorflow/tensorflow/core/tfrt/runtime/ |
| D | runtime.cc | 186 Runtime::Runtime(std::unique_ptr<tfrt::CoreRuntime> core_runtime, in Runtime() function in tensorflow::tfrt_stub::Runtime
|
| /external/tensorflow/tensorflow/lite/kernels/shim/ |
| D | op_kernel.h | 51 enum class Runtime { kTf, kTfLite }; enum
|
| /external/pigweed/pw_tokenizer/ |
| D | hash_test.cc | 68 TEST(Hashing, Runtime) PW_NO_SANITIZE("unsigned-integer-overflow") { in TEST() argument
|
| /external/tensorflow/tensorflow/cc/experimental/libtf/runtime/ |
| D | runtime.cc | 162 Runtime::Runtime(AbstractContext* ctx) { in Runtime() function in tf::libtf::runtime::Runtime
|
| /external/rust/crates/tokio/tests/ |
| D | rt_handle_block_on.rs | 477 fn new_multi_thread(n: usize) -> Runtime { in new_multi_thread()
|
| /external/rust/crates/tokio/src/task/ |
| D | local.rs | 462 pub fn block_on<F>(&self, rt: &crate::runtime::Runtime, future: F) -> F::Output in block_on()
|