Home
last modified time | relevance | path

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

1234

/external/rust/android-crates-io/crates/tokio/src/runtime/
Druntime.rs99 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/
Druntime.h40 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/
Dnative-delegates-executorch-xnnpack-delegate.md56 ### Runtime subsection
60 #### **XNNPACK Library**
63 #### **Init**
69 #### **Execute**
72 #### **Profiling**
Dmodel-debugging.md13 ### Runtime subsection
Dexamples-end-to-end-to-lower-model-to-delegate.md182 ## Runtime section in Lowering a Model as a Delegate
Dbuild-run-xtensa.md140 ### Runtime subsection
/external/executorch/examples/demo-apps/android/ExecuTorchDemo/
DREADME.md60 ### Runtime subsection
64 #### XNNPACK
106 #### Qualcomm Hexagon NPU
/external/cronet/stable/third_party/llvm-libc/src/benchmarks/
DLibcMemoryBenchmark.h71 struct Runtime { struct
96 Runtime Runtime; argument
/external/cronet/tot/third_party/llvm-libc/src/benchmarks/
DLibcMemoryBenchmark.h71 struct Runtime { struct
96 Runtime Runtime; argument
/external/rust/android-crates-io/crates/tokio/src/runtime/tests/
Dtask.rs351 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
Dqueue.rs277 struct Runtime; struct
279 impl Schedule for Runtime { implementation
/external/rust/android-crates-io/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/tensorflow/tensorflow/core/function/
Druntime_client.h60 explicit Runtime(EagerContext& eager_ctx) : eager_ctx_(eager_ctx) {} in Runtime() function
Druntime_client.py28 class Runtime(runtime_client_pybind.Runtime): class
/external/executorch/backends/apple/coreml/
DREADME.md120 ## Runtime section in ExecuTorch Core ML Delegate
/external/rust/android-crates-io/crates/tokio/src/runtime/tests/loom_multi_thread/
Dyield_now.rs32 fn mk_runtime(num_threads: usize) -> Runtime { in mk_runtime()
/external/rust/android-crates-io/crates/tokio/src/runtime/tests/loom_multi_thread_alt/
Dyield_now.rs33 fn mk_runtime(num_threads: usize) -> Runtime { in mk_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/cronet/stable/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dgenerator.h60 enum class Runtime { enum
/external/cronet/tot/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dgenerator.h60 enum class Runtime { enum
/external/protobuf/src/google/protobuf/compiler/cpp/
Dgenerator.h60 enum class Runtime { enum
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/Instrumentation/
DAddressSanitizerOptions.h31 Runtime, ///< Detect stack use after return if not disabled runtime with enumerator
/external/tensorflow/tensorflow/cc/experimental/base/public/
Druntime.h47 explicit Runtime(TFE_Context* ctx) : ctx_(ctx) {} in Runtime() function

1234