Home
last modified time | relevance | path

Searched defs:send_to (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/contrib/mpi_collectives/
Dring.h192 const size_t send_to = (r + 1) % n; in RingAllreduce() local
290 const size_t send_to = (r + 1) % n; in RingAllgather() local
/external/tensorflow/tensorflow/contrib/mpi_collectives/kernels/
Dring.h192 const size_t send_to = (r + 1) % n; in RingAllreduce() local
290 const size_t send_to = (r + 1) % n; in RingAllgather() local
/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dreactive_socket_service.hpp196 size_t send_to(implementation_type& impl, const ConstBufferSequence& buffers, in send_to() function in asio::detail::reactive_socket_service
209 size_t send_to(implementation_type& impl, const null_buffers&, in send_to() function in asio::detail::reactive_socket_service
/external/autotest/client/bin/net/
Dnet_utils.py574 def send_to(self, dst_mac, src_mac, protocol, payload): member in raw_socket