Home
last modified time | relevance | path

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

12345678910>>...16

/aosp_15_r20/external/pytorch/torch/csrc/jit/
H A DOVERVIEW.md936 ### Specialization ###
948 ### Dynamic Shapes Options ###
964 ### Pre-derivative Optimization ###
1001 ### Required Passes ###
1040 ### Derivative Preserving Optimization ###
1083 ### Post-derivative optimization ###
1144 ### Derivate Splitting ###
1190 ### Fusers ###
1233 ### Disabling Optimizations ###
/aosp_15_r20/external/eigen/unsupported/test/
H A 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 …]
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/jni/src/wrapper/
Dexecutor.rs53 pub struct Executor { struct
57 impl Executor { impl
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/impl/
Dconnect.hpp413 range_connect_op<Protocol, Executor, EndpointSequence, in asio_handler_allocate() argument
429 range_connect_op<Protocol, Executor, EndpointSequence, in asio_handler_deallocate() argument
442 range_connect_op<Protocol, Executor, EndpointSequence, in asio_handler_is_continuation() argument
454 range_connect_op<Protocol, Executor, EndpointSequence, in asio_handler_invoke() argument
469 range_connect_op<Protocol, Executor, EndpointSequence, in asio_handler_invoke() argument
619 iterator_connect_op<Protocol, Executor, Iterator, in asio_handler_allocate() argument
635 iterator_connect_op<Protocol, Executor, Iterator, in asio_handler_deallocate() argument
648 iterator_connect_op<Protocol, Executor, Iterator, in asio_handler_is_continuation() argument
660 iterator_connect_op<Protocol, Executor, Iterator, in asio_handler_invoke() argument
675 iterator_connect_op<Protocol, Executor, Iterator, in asio_handler_invoke() argument
/aosp_15_r20/external/rust/android-crates-io/crates/jni/src/wrapper/
Dexecutor.rs54 pub struct Executor { struct
58 impl Executor { implementation
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio/src/task/
Dexecutor.rs232 pub(crate) struct Executor<'a> { struct
236 impl<'a> Executor<'a> { implementation
/aosp_15_r20/external/crosvm/devices/src/virtio/snd/sys/
H A Dwindows.rs109 ex: &Executor, in set_up_async_playback_stream()
136 ex: &Executor, in set_up_async_capture_stream()
158 ex: &Executor, in create_directionstream_output()
198 ex: &Executor, in get_next_capture_period()
H A Dlinux.rs153 ex: &Executor, in set_up_async_playback_stream()
175 ex: &Executor, in set_up_async_capture_stream()
198 ex: &Executor, in create_directionstream_output()
228 ex: &Executor, in get_next_capture_period()
/aosp_15_r20/external/crosvm/devices/src/virtio/vhost/user/device/
H A Dconnection.rs49 ex: &'e Executor, in run_req_handler()
59 ex: &'e Executor, in run_backend()
69 fn run_device(self, ex: Executor, device: Box<dyn VhostUserDeviceBuilder>) -> anyhow::Result<()> in run_device()
/aosp_15_r20/external/crosvm/devices/src/virtio/snd/common_backend/
H A Dstream_info.rs259 ex: &Executor, in prepare()
476 ex: &Executor, in stream_set_params()
495 ex: &Executor, in stream_prepare()
510 ex: &Executor, in stream_start()
522 ex: &Executor, in stream_stop()
534 ex: &Executor, in stream_release()
H A Dasync_funcs.rs53 ex: &Executor, in get_next_capture_period()
145 ex: &Executor, in process_pcm_ctrl()
316 ex: Executor, in start_pcm_worker()
351 ex: Executor, in pcm_worker_loop()
675 ex: &Executor, in handle_ctrl_queue()
/aosp_15_r20/external/rust/android-crates-io/extra_versions/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()
/aosp_15_r20/external/crosvm/cros_async/src/
H A Dexecutor.rs332 pub enum Executor { enum
345 impl Executor { impl
656 impl AsRawDescriptors for Executor { implementation
/aosp_15_r20/external/rust/android-crates-io/crates/jni/tests/
Dexecutor.rs38 fn test_single_thread(executor: Executor) { in test_single_thread()
46 fn test_serialized_threads(executor: Executor) { in test_serialized_threads()
58 fn test_concurrent_threads(executor: Executor, thread_num: usize) { in test_concurrent_threads()
/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/
Drt.rs9 pub trait Executor<Fut> { interface
/aosp_15_r20/external/crosvm/devices/src/virtio/
H A Dasync_utils.rs17 pub async fn await_and_exit(ex: &Executor, event: Event) -> Result<()> { in await_and_exit()
28 pub async fn handle_irq_resample(ex: &Executor, interrupt: Interrupt) -> Result<()> { in handle_irq_resample()
/aosp_15_r20/external/crosvm/devices/src/virtio/vhost/user/device/connection/sys/
H A Dwindows.rs24 _ex: &'e Executor, in run_req_handler()
34 _ex: &'e Executor, in run_req_handler()
H A Dlinux.rs56 ex: Executor, in run_device()
68 ex: &'e Executor, in run_backend()
/aosp_15_r20/external/crosvm/devices/src/virtio/vhost/user/device/connection/sys/linux/
H A Dlistener.rs44 ex: &Executor, in run_with_handler()
78 ex: &'e Executor, in run_req_handler()
H A Dstream.rs61 ex: &'e Executor, in run_req_handler()
76 ex: &Executor, in stream_run_with_handler()
/aosp_15_r20/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorDevice.h92 typedef internal::TensorExecutor<const Assign, DeviceType> Executor; typedef
119 typedef internal::TensorAsyncExecutor<const Assign, ThreadPoolDevice, DoneCallback> Executor; typedef
/aosp_15_r20/external/sandboxed-api/sandboxed_api/sandbox2/
H A Dexecutor.h74 explicit Executor(ForkClient* fork_client) in Executor() function
109 explicit Executor(pid_t libunwind_sbox_for_pid, int libunwind_recursion_depth) in Executor() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/detail/
Dwin_iocp_overlapped_ptr.hpp137 static win_iocp_io_context* get_iocp_service(const Executor& ex, in get_iocp_service()
147 static win_iocp_io_context* get_iocp_service(const Executor& ex, in get_iocp_service()
/aosp_15_r20/external/pytorch/c10/test/core/
H A DCompileTimeFunctionPointer_test.cpp48 struct Executor { struct
49 int execute(int a, int b) { in execute()
/aosp_15_r20/external/grpc-grpc/src/python/grpcio/grpc/aio/
H A D_server.py41 thread_pool: Optional[Executor],
193 migration_thread_pool: Optional[Executor] = None,

12345678910>>...16