/external/tensorflow/tensorflow/contrib/mpi_collectives/kernels/ |
D | ring.h | 192 const size_t send_to = (r + 1) % n; in RingAllreduce() local 212 MPIType<T>(), send_to, TAG_TENSOR, in RingAllreduce() 240 segment_send, segment_sizes[send_seg_id], MPIType<T>(), send_to, in RingAllreduce() 290 const size_t send_to = (r + 1) % n; in RingAllgather() local 312 segment_send, elements_per_row * rows_send, MPIType<T>(), send_to, in RingAllgather()
|
/external/tensorflow/tensorflow/contrib/mpi_collectives/ |
D | ring.h | 192 const size_t send_to = (r + 1) % n; in RingAllreduce() local 212 MPIType<T>(), send_to, TAG_TENSOR, in RingAllreduce() 240 segment_send, segment_sizes[send_seg_id], MPIType<T>(), send_to, in RingAllreduce() 290 const size_t send_to = (r + 1) % n; in RingAllgather() local 312 segment_send, elements_per_row * rows_send, MPIType<T>(), send_to, in RingAllgather()
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | hierarchical_tree_broadcaster_test.cc | 68 std::vector<int> send_to; \ 69 HierarchicalTreeBroadcaster::TreeSendTo(cp, 0, &send_to); \ 70 ASSERT_EQ(expected.size(), send_to.size()); \ 72 EXPECT_EQ(expected[i], send_to[i]); \
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
D | reactive_socket_service.hpp | 196 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/ |
D | net_utils_unittest.py | 1195 sock.send_to('0', '1', 1, 'test this packet') 1215 sock.send_to(None, None, 1, packet) 1226 sock.send_to(dst_mac, src_mac, protocol, packet)
|
D | net_utils.py | 574 def send_to(self, dst_mac, src_mac, protocol, payload): member in raw_socket
|