Home
last modified time | relevance | path

Searched defs:peer_device (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dcollective_rma_local.cc27 const string& peer_device, const string& peer_task, bool peer_is_local, in RecvFromPeer()
98 const string& peer_device, const string& peer_task, const string& key, in PostToPeer()
H A Dcollective_test_util.cc59 const string& peer_device, const string& peer_task, bool peer_is_local, in RecvFromPeer()
71 void FailTestRMA::PostToPeer(const string& peer_device, const string& peer_task, in PostToPeer()
/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/
H A Dcollective_rma_distributed.cc41 RecvBufCall(int64_t step_id, const string& peer_device, in RecvBufCall()
109 const string& peer_device, const string& peer_task, bool peer_is_local, in RecvFromPeer()
/aosp_15_r20/external/pytorch/aten/src/ATen/cuda/
H A DCUDAContext.cpp54 bool canDeviceAccessPeer(c10::DeviceIndex device, c10::DeviceIndex peer_device) { in canDeviceAccessPeer()
/aosp_15_r20/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_act.cc490 auto& peer_device = bta_dm_cb.device_list.peer_device[i]; in bta_dm_remove_device_() local
542 auto& peer_device = bta_dm_cb.device_list.peer_device[i]; in bta_dm_remove_device_() local
Dbta_dm_int.h171 tBTA_DM_PEER_DEVICE peer_device[BTA_DM_NUM_PEER_DEVICE]; member
/aosp_15_r20/external/pytorch/torch/csrc/cuda/
H A DModule.cpp154 int64_t peer_device = THPUtils_unpackLong(arg2); in THCPModule_canDeviceAccessPeer_wrap() local