/external/rust/android-crates-io/crates/tokio/src/runtime/ |
D | runtime.rs | 99 pub struct Runtime { struct 110 /// The flavor of a `Runtime`. argument 141 impl Runtime { implementation 146 ) -> Runtime { in from_parts() 488 impl Drop for Runtime { implementation 513 impl std::panic::UnwindSafe for Runtime {} implementation 515 impl std::panic::RefUnwindSafe for Runtime {} implementation
|
/external/stg/ |
D | runtime.h | 40 struct Runtime { struct 41 Runtime(std::ostream& output, bool print_metrics) in Runtime() argument 57 Time(Runtime& runtime, const char* name); argument
|
/external/executorch/docs/source/ |
D | native-delegates-executorch-xnnpack-delegate.md | 56 ### Runtime subsection 60 #### **XNNPACK Library** 63 #### **Init** 69 #### **Execute** 72 #### **Profiling**
|
D | model-debugging.md | 13 ### Runtime subsection
|
D | examples-end-to-end-to-lower-model-to-delegate.md | 182 ## Runtime section in Lowering a Model as a Delegate
|
D | build-run-xtensa.md | 140 ### Runtime subsection
|
/external/executorch/examples/demo-apps/android/ExecuTorchDemo/ |
D | README.md | 60 ### Runtime subsection 64 #### XNNPACK 106 #### Qualcomm Hexagon NPU
|
/external/cronet/stable/third_party/llvm-libc/src/benchmarks/ |
D | LibcMemoryBenchmark.h | 71 struct Runtime { struct 96 Runtime Runtime; argument
|
/external/cronet/tot/third_party/llvm-libc/src/benchmarks/ |
D | LibcMemoryBenchmark.h | 71 struct Runtime { struct 96 Runtime Runtime; argument
|
/external/rust/android-crates-io/crates/tokio/src/runtime/tests/ |
D | task.rs | 351 fn with(f: impl FnOnce(Runtime)) { in with() 374 struct Runtime(Arc<Inner>); struct 387 impl Runtime { implementation 423 fn next_task(&self) -> task::Notified<Runtime> { in next_task() 441 impl Schedule for Runtime { implementation
|
D | queue.rs | 277 struct Runtime; struct 279 impl Schedule for Runtime { implementation
|
/external/rust/android-crates-io/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/tensorflow/tensorflow/core/function/ |
D | runtime_client.h | 60 explicit Runtime(EagerContext& eager_ctx) : eager_ctx_(eager_ctx) {} in Runtime() function
|
D | runtime_client.py | 28 class Runtime(runtime_client_pybind.Runtime): class
|
/external/executorch/backends/apple/coreml/ |
D | README.md | 120 ## Runtime section in ExecuTorch Core ML Delegate
|
/external/rust/android-crates-io/crates/tokio/src/runtime/tests/loom_multi_thread/ |
D | yield_now.rs | 32 fn mk_runtime(num_threads: usize) -> Runtime { in mk_runtime()
|
/external/rust/android-crates-io/crates/tokio/src/runtime/tests/loom_multi_thread_alt/ |
D | yield_now.rs | 33 fn mk_runtime(num_threads: usize) -> Runtime { in mk_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/cronet/stable/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
D | generator.h | 60 enum class Runtime { enum
|
/external/cronet/tot/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
D | generator.h | 60 enum class Runtime { enum
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
D | generator.h | 60 enum class Runtime { enum
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/Instrumentation/ |
D | AddressSanitizerOptions.h | 31 Runtime, ///< Detect stack use after return if not disabled runtime with enumerator
|
/external/tensorflow/tensorflow/cc/experimental/base/public/ |
D | runtime.h | 47 explicit Runtime(TFE_Context* ctx) : ctx_(ctx) {} in Runtime() function
|