Home
last modified time | relevance | path

Searched defs:async_op (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/cronet/base/win/
H A Dpost_async_results_unittest.cc26 ComPtr<IAsyncOperation<TypeParam>> async_op; in TYPED_TEST_P() local
44 ComPtr<IAsyncOperation<TypeParam>> async_op; in TYPED_TEST_P() local
64 ComPtr<IAsyncOperation<TypeParam>> async_op; in TYPED_TEST_P() local
93 ComPtr<IAsyncOperation<TypeParam>> async_op; in TYPED_TEST_P() local
121 ComPtr<IAsyncOperation<TypeParam>> async_op; in TYPED_TEST_P() local
145 ComPtr<IAsyncOperation<TypeParam>> async_op; in TYPED_TEST_P() local
166 ComPtr<IAsyncOperation<TypeParam>> async_op; in TYPED_TEST_P() local
197 ComPtr<IAsyncOperation<TypeParam>> async_op; in TYPED_TEST_P() local
227 ComPtr<IAsyncOperation<TypeParam>> async_op; in TYPED_TEST_P() local
258 ComPtr<IAsyncOperation<TypeParam>> async_op; in TYPED_TEST_P() local
[all …]
/aosp_15_r20/external/pytorch/torch/distributed/
H A Ddistributed_c10d.py2385 def broadcast(tensor, src, group=None, async_op=False): argument
2429 def all_reduce(tensor, op=ReduceOp.SUM, group=None, async_op=False): argument
2516 def all_reduce_coalesced(tensors, op=ReduceOp.SUM, group=None, async_op=False): argument
2575 def reduce(tensor, dst, op=ReduceOp.SUM, group=None, async_op=False): argument
3275 def all_gather(tensor_list, tensor, group=None, async_op=False): argument
3350 def all_gather_into_tensor(output_tensor, input_tensor, group=None, async_op=False): argument
3449 def _all_gather_base(output_tensor, input_tensor, group=None, async_op=False): argument
3481 output_tensor_lists, input_tensor_list, group=None, async_op=False argument
3572 def gather(tensor, gather_list=None, dst=0, group=None, async_op=False): argument
3629 def scatter(tensor, scatter_list=None, src=0, group=None, async_op=False): argument
[all …]
H A D_functional_collectives.py1077 async_op=False, argument
1102 async_op=False, argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_verifier.cc1354 Status CheckAsyncOpOperand(const HloInstruction* async_op) { in CheckAsyncOpOperand()
1388 Status CheckAsyncOpComputationShapes(const HloInstruction* async_op, in CheckAsyncOpComputationShapes()
1418 Status CheckAsyncOpComputationThreadName(const HloInstruction* async_op) { in CheckAsyncOpComputationThreadName()
H A Dhlo_dataflow_analysis_test.cc1165 const HloInstruction* async_op = FindInstruction(module_.get(), async_name); in TEST_P() local
/aosp_15_r20/external/pytorch/test/distributed/checkpoint/e2e/
H A Dtest_e2e_save_and_load.py226 self, compile, model_type, async_op=False, cache_staged_state_dict=False argument
/aosp_15_r20/external/crosvm/win_audio/src/win_audio_impl/
H A Dmod.rs1461 let async_op = enable_auto_stream_routing_and_wait(is_render)?; in create_audio_client() localVariable
1548 let mut async_op: *mut IActivateAudioInterfaceAsyncOperation = std::ptr::null_mut(); in enable_auto_stream_routing_and_wait() localVariable
/aosp_15_r20/external/pytorch/test/distributed/
H A Dtest_c10d_nccl.py3301 def test_send_recv_subgroup(self, async_op): argument
/aosp_15_r20/external/pytorch/torch/testing/_internal/distributed/
H A Ddistributed_test.py2645 async_op=False, argument