Home
last modified time | relevance | path

Searched defs:Executor (Results 1 – 25 of 47) sorted by relevance

12

/external/rust/crates/jni/src/wrapper/
Dexecutor.rs53 pub struct Executor { struct
57 impl Executor { argument
/external/eigen/unsupported/test/
Dcxx11_tensor_executor.cpp29 using Executor = in DefaultAssign() typedef
42 using Executor = Eigen::internal::TensorExecutor<const Assign, Device, in DeviceAssign() typedef
74 using Executor = in test_execute_unary_expr() typedef
105 using Executor = in test_execute_binary_expr() typedef
138 using Executor = in test_execute_broadcasting() typedef
343 using Executor = in test_execute_reshape() typedef
383 using Executor = in test_execute_slice_rvalue() typedef
426 using Executor = in test_execute_slice_lvalue() typedef
458 using Executor = in test_execute_broadcasting_of_forced_eval() typedef
501 using Executor = in test_execute_generator_op() typedef
[all …]
/external/rust/crates/jni/tests/
Dexecutor.rs32 fn test_single_thread(executor: Executor) { in test_single_thread()
40 fn test_serialized_threads(executor: Executor) { in test_serialized_threads()
52 fn test_concurrent_threads(executor: Executor, thread_num: usize) { in test_concurrent_threads()
Dexecutor_nested_attach.rs31 fn check_nested_attach(vm: &Arc<JavaVM>, executor: Executor) { in check_nested_attach()
/external/crosvm/devices/src/virtio/
Dasync_utils.rs18 pub async fn await_and_exit(ex: &Executor, event: Event) -> Result<()> { in await_and_exit()
26 pub async fn handle_irq_resample(ex: &Executor, interrupt: Rc<RefCell<Interrupt>>) -> Result<()> { in handle_irq_resample()
/external/crosvm/cros_async/src/
Dexecutor.rs119 pub enum Executor { enum
124 impl Executor { implementation
Dtimer.rs41 pub async fn sleep(ex: &Executor, dur: Duration) -> std::result::Result<(), Error> { in sleep()
110 async fn this_test(ex: &Executor) { in timer()
Daudio_streams_async.rs57 impl AudioStreamsExecutor for super::Executor { implementation
/external/crosvm/common/cros_async/src/
Dexecutor.rs119 pub enum Executor { enum
124 impl Executor { implementation
Dtimer.rs41 pub async fn sleep(ex: &Executor, dur: Duration) -> std::result::Result<(), Error> { in sleep()
110 async fn this_test(ex: &Executor) { in timer()
Daudio_streams_async.rs57 impl AudioStreamsExecutor for super::Executor { implementation
/external/rust/crates/grpcio/src/task/
Dexecutor.rs231 pub(crate) struct Executor<'a> { struct
235 impl<'a> Executor<'a> { implementation
/external/crosvm/common/cros_asyncv2/src/
Dexecutor.rs134 pub struct Executor { struct
138 impl Executor { impl
590 ex: &Executor, in outer_future_is_send()
604 ex: &Executor, in outer_future_is_send()
618 ex: Executor, in outer_future_is_send()
766 fn notify_on_idle_worker(ex: Executor, tx: oneshot::Sender<bool>) { in notify_on_idle_worker()
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorDevice.h92 typedef internal::TensorExecutor<const Assign, DeviceType> Executor; typedef
119 typedef internal::TensorAsyncExecutor<const Assign, ThreadPoolDevice, DoneCallback> Executor; typedef
/external/tensorflow/tensorflow/core/common_runtime/
Dexecutor_factory.h28 class Executor; variable
/external/tensorflow/tensorflow/compiler/mlir/tfrt/benchmarks/
Dbenchmark.h112 using Executor = in run() local
/external/tensorflow/tensorflow/python/eager/
Dexecutor.py24 class Executor(object): class
/external/rust/crates/jni/tests/util/
Dexample_proxy.rs19 pub fn new(exec: Executor, init_value: jint) -> Result<Self> { in new()
/external/crosvm/cros_async/src/win/
Dasync_types.rs17 pub fn new(ex: &Executor, tube: Tube) -> io::Result<AsyncTube> { in new()
/external/crosvm/cros_async/src/unix/
Dasync_types.rs15 pub fn new(ex: &Executor, tube: Tube) -> io::Result<AsyncTube> { in new()
/external/crosvm/devices/src/virtio/snd/cras_backend/
Dasync_funcs.rs29 ex: &Executor, in process_pcm_ctrl()
217 ex: Executor, in start_pcm_worker()
477 pub async fn handle_ctrl_queue<I: SignalableInterrupt>( in handle_ctrl_queue()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DParallel.cpp30 class Executor { class
/external/crosvm/devices/src/virtio/vhost/user/device/
Dvsock.rs78 ex: &Executor, in new()
510 async fn run_device<P: AsRef<Path>>( in run_device()
574 fn run_vvu_device<P: AsRef<Path>>( in run_vvu_device()
/external/tensorflow/tensorflow/core/common_runtime/eager/
Deager_operation.h185 EagerExecutor& Executor() { return *executor_; } in Executor() function
/external/gemmlowp/meta/
Dtest_gemm_correctness.cc73 typedef GemmExecutorPackLHSCacheFriendly<> Executor; typedef
75 typedef GemmExecutorPackRHSCacheFriendly<> Executor; typedef

12